ClawAudit verdict

repo-security-auditor

88
๐ŸŸข Trusted
Low risk โ€” reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
60
transparency
70
maintenance

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.

Capability combination critical

Writes files AND executes processes โ€” may drop and execute malicious scripts

LLM05 ยท LLM06 ยท ASI05

Capability combination critical

Encodes data AND uses eval โ€” the obfuscated-execution pattern (atob + eval; data-flow not verified)

LLM05 ยท ASI05 ยท ASI10

Findings (2)

Pattern match high

References child_process โ€” can spawn system processes

SKILL.md ยท code ยท child_process

Pattern match medium

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API