ClawAudit verdict
SSRF Audit
phy-ssrf-audit
Receives external input AND executes processes
Static scanner for OWASP A10 SSRF vulnerabilities that analyzes source code for URL-fetching sinks with user-controlled input; all capabilities serve the stated local static analysis purpose with no external API calls.
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
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Enumerates directory contents AND makes external network calls — filesystem reconnaissance
LLM02 · LLM06 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (7)
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://169.254.169.254
Python urllib.request — network access
SKILL.md · code · urllib.request
Python aiohttp session — async network access
SKILL.md · code · aiohttp.ClientSession
Popular HTTP library — network access
SKILL.md · code · axios
References webhook/callback URL
SKILL.md · code · webhookUrl
Python directory traversal
SKILL.md · code · os.walk(
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outnetwork_infile_readprocess_execdir_traversal Thanks — recorded.