ClawAudit verdict
repo-security-auditor
Writes files AND executes processes
Skill performs security audits on GitHub repos by cloning to /tmp and running static analysis; while it uses process_exec and file_write, these are integral to the stated security audit purpose and the content documents legitimate security scanning patterns without exfiltration.
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.
Writes files AND executes processes โ may drop and execute malicious scripts
LLM05 ยท LLM06 ยท ASI05
Encodes data AND uses eval โ the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 ยท ASI05 ยท ASI10
Findings (2)
References child_process โ can spawn system processes
SKILL.md ยท code ยท child_process
Popular HTTP library โ network access
SKILL.md ยท code ยท axios
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.
file_writeprocess_execdynamic_evaldata_encoding Thanks โ recorded.