ClawAudit verdict

pumpmarket

pmt-skill

45
🟠 Risky
Significant concerns — only install if you understand the risks

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.

0
security
60
transparency
90
maintenance

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.

Capability combination critical

Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)

LLM02 · ASI03

Capability combination high

Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 · LLM06 · ASI03

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Pipe-to-python pattern — remote code execution risk

SKILL.md · code · curl -s https://pumpbet-mainnet.up.railway.app/api/health | python

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match medium

Opens WebSocket connection

SKILL.md · code · WebSocket

Confirmed in code low

fetch() — outbound network request

SKILL.md · code

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API