ClawAudit verdict
openclaw-prompt-shield
Local input-hardening scanner using pure Python pattern matching to detect prompt injection and jailbreak attempts; explicitly makes no external API calls.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (14)
Uses eval() — can execute arbitrary code
references/patterns.md · prose · downgraded · eval(
Accesses sensitive system files
references/patterns.md · prose · downgraded · /etc/passwd
Pipe to bash — executes piped content as shell commands
scripts/_patterns.py · prose · downgraded · |bash
Pipe to sh — executes piped content as shell commands
scripts/_patterns.py · prose · downgraded · |sh
Pipe to python — executes piped content as Python code
scripts/_patterns.py · prose · downgraded · |python
Instruction-prose smuggling shape detected: collects a sensitive target ("secret") and emits it outward ("post"). Phrased as prose with no trigger tokens — a semantic prompt-injection / data-exfil pattern the syntactic scanners can't see. Final tier capped at Caution; review the instructions before installing.
SKILL.md · - Followup pass on the v0.4.0 cleanup: moved the remaining inline word directories (the secret-stem list and the exfil-channel alternation) out of `scripts/_pat
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
os.system/popen — direct OS command execution
references/patterns.md · prose · downgraded · os.system(
References sudo — requests elevated privileges
references/patterns.md · prose · downgraded · sudo
Accesses cloud provider credentials
references/patterns.md · prose · downgraded · ~/.aws
Python chr() concatenation — builds strings to evade detection
scripts/_patterns.py · prose · downgraded · chr(68) + chr(65)
Accesses .ssh directory
scripts/_patterns.py · prose · downgraded · .ssh/
References tunneling service
references/exfil-hosts.txt · prose · downgraded · ngrok
Popular HTTP library — network access
scripts/scan_batch.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 system binary.
Is this flag fair?
Thanks — recorded.