ClawAudit verdict
mpp
Accesses system credential store AND makes external network calls
Machine Payments Protocol SDK skill for building HTTP 402 payment-gated APIs; uses credentials (MPP_SECRET_KEY) and network legitimately for its core stated purpose of enabling machine-to-machine payments.
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 system credential store AND makes external network calls
LLM02 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (10)
Possible hardcoded credential
SKILL.md · code · Token: '<USDC_TEMPO_MAINNET>
Dynamic import() — loads module at runtime
references/typescript-sdk.md · code · import('
Accesses system credential store
SKILL.md · code · keychain
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
Opens WebSocket connection
references/lightning-method.md · code · WebSocket
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
POSTs data to external URL
references/python-sdk.md · code · .post("https://
Accesses sensitive environment variables
references/sessions.md · code · process.env.MPP_SECRET_KEY
fetch() — outbound network request
SKILL.md · code
Makes HTTP request to external URL
SKILL.md · code · fetch('https://
Permissions & capabilities
No declared permissions — minimal attack surface.
network_innetwork_outcredential_accesscredential_store Thanks — recorded.