ClawAudit verdict
WebSecurityAuditSkillSkill
web-security-audit-skills
Receives external input AND executes processes
Static code security audit skill using 60+ regex rules across PHP/Java/Python/Go; all operations read local source files and write a Security.md report — no network exfiltration of code or credentials.
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 executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Writes files AND executes processes — may drop and execute malicious scripts
LLM05 · LLM06 · ASI05
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Both reads and writes files — verify scope is limited to intended directories
LLM06 · ASI02
Permission integrity
network_out
Findings (9)
Pipe to python — executes piped content as Python code
SKILL.md · code · |python
<script> tag in markdown — potential code injection
SKILL.md · code · <script>
Accesses sensitive system files
SKILL.md · code · /etc/passwd
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Uses eval() — can execute arbitrary code
README.md · prose · downgraded · eval(
Gopher protocol — SSRF attack vector
scripts/security_md.py · code · gopher://
Uses exec() — may execute shell commands
README.md · prose · downgraded · exec(
subprocess execution — runs system commands from Python
README.md · prose · downgraded · subprocess.run(
os.system/popen — direct OS command execution
README.md · prose · downgraded · os.system(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class 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.
network_outnetwork_inprocess_execdata_encodingfile_readfile_write Thanks — recorded.