ClawAudit verdict
codemend
Accesses credentials AND makes external network calls
Error monitoring service that sends production error reports to codemend.ai using the user's own API key for AI-powered fix generation — this is the legitimate and transparently stated purpose.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
package_install
Findings (5)
<script> tag in markdown — potential code injection
SKILL.md · code · <script
Possible hardcoded credential
SKILL.md · code · apiKey: 'YOUR_API_KEY
Pipe to python — executes piped content as Python code
scripts/check-errors.sh · prose · downgraded · | python3
Accesses process.env — reads environment variables
SKILL.md · code
Accesses sensitive environment variables
SKILL.md · code · process.env.CODEMEND_API_KEY
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outcredential_accesspackage_install Thanks — recorded.