ClawAudit verdict
mulerouter
Accesses credentials AND encodes data
Image and video generation skill using MuleRouter/MuleRun APIs with MULEROUTER_API_KEY; credential_access and data_encoding are expected for sending media generation requests to the documented API endpoints.
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 encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Findings (5)
Possible hardcoded credential
README.md · code · API_KEY="your-api-key
Accesses sensitive system files
tests/test_image.py · prose · downgraded · /etc/passwd
References SSH/GPG private keys
tests/test_image.py · prose · downgraded · ssh_key
Python os.getenv — reads environment variable
core/config.py · prose · downgraded · os.getenv(
POSTs data to external URL
tests/test_client.py · prose · downgraded · .post("https://
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: MULEROUTER_API_KEY). Requires 2 system binaries.
credential_accessdata_encoding Thanks — recorded.