skills$openclaw/false-positive-prompt-injection
oakencore975

by oakencore

false-positive-prompt-injection – OpenClaw Skill

false-positive-prompt-injection is an OpenClaw Skills integration for coding workflows. Test fixture — educational context should NOT trigger check #9.

975 stars1.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namefalse-positive-prompt-injection
descriptionTest fixture — educational context should NOT trigger check #9. OpenClaw Skills integration.
owneroakencore
repositoryoakencore/skillvetpath: tests/fixtures/false-positive-prompt-injection
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @oakencore/skillvet:tests/fixtures/false-positive-prompt-injection
last updatedFeb 7, 2026

Maintainer

oakencore

oakencore

Maintains false-positive-prompt-injection in the OpenClaw Skills directory.

View GitHub profile
File Explorer
1 files
false-positive-prompt-injection
SKILL.md
383 B
SKILL.md

name: false-positive-prompt-injection description: "Test fixture — educational context should NOT trigger check #9."

Security Guide

This guide explains how to detect and prevent prompt injection attacks.

You should never allow users to ignore previous instructions in your application. Always block attempts to override system rules. This is a security best practice.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

This guide explains how to detect and prevent prompt injection attacks. You should never allow users to ignore previous instructions in your application. Always block attempts to override system rules. This is a security best practice.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install false-positive-prompt-injection?

Run openclaw add @oakencore/skillvet:tests/fixtures/false-positive-prompt-injection in your terminal. This installs false-positive-prompt-injection into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/oakencore/skillvet. Review commits and README documentation before installing.