ClawAudit verdict
security-audit
security-audit-toolkit
Receives external input AND uses eval
Comprehensive security audit reference skill covering dependency scanning, secret detection, and OWASP checks; all code examples use standard tooling (npm audit, pip-audit, trivy) with no exfiltration or malicious patterns.
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.
Receives external input AND uses eval — the remote code-injection pattern (data-flow not verified)
LLM01 · LLM05 · ASI01 · ASI05
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Reads files AND uses eval/Function — may execute locally stored payloads
LLM05 · LLM06 · ASI05
Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 · ASI05 · ASI10
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
package_install
Findings (7)
Uses eval() — can execute arbitrary code
SKILL.md · code · eval(
Dynamic Function constructor — equivalent to eval()
SKILL.md · code · new Function(
Possible hardcoded credential
SKILL.md · code · API_KEY="sk-abc123...
Uses exec() — may execute shell commands
SKILL.md · code · exec(
References child_process — can spawn system processes
SKILL.md · code · child_process
Uses spawn() — can execute external programs
SKILL.md · code · spawn(
Accesses .ssh directory
SKILL.md · code · .ssh/
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D/F). 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.
package_installdata_encodingcredential_accessfile_readprocess_execnetwork_indynamic_evalcredential_store Thanks — recorded.