ClawAudit verdict
pumpmarket
pmt-skill
Reads files, encodes data, AND makes external network calls
Facilitates real-money SOL betting on Solana mainnet via PumpMarket, requiring a Solana wallet private key; this constitutes elevated financial access (real financial transactions with private key management) beyond a typical agent skill.
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.
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
file_read
credential_access
package_install
Findings (5)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s https://pumpbet-mainnet.up.railway.app/api/health | python
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Opens WebSocket connection
SKILL.md · code · WebSocket
fetch() — outbound network request
SKILL.md · code
Makes HTTP request to external URL
SKILL.md · code · fetch(
`https://
Permissions & capabilities
Requires 1 system binary. (1 elevated: curl).
package_installnetwork_outdata_encodingfile_readcredential_accessnetwork_in Thanks — recorded.