ClawAudit verdict
API Version Audit
phy-api-version-audit
Enumerates directory contents AND makes external network calls
API versioning health auditor that scans local source code files for unversioned routes, deprecated endpoints, and inconsistent versioning; performs only local static analysis with no network 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.
Enumerates directory contents AND makes external network calls — filesystem reconnaissance
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (5)
Instructs covert action — may act without user awareness
SKILL.md · code · silently
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
Python os.environ.get — reads environment variable
SKILL.md · code · os.environ.get(
Popular HTTP library — network access
SKILL.md · code · axios
Python directory traversal
SKILL.md · code · os.walk(
Permissions & capabilities
No declared permissions — minimal attack surface.
network_innetwork_outcredential_accessdir_traversal Thanks — recorded.