ClawAudit verdict

turing-pot

play-game-solana-turing-pot

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

Accesses credentials AND writes files

The skill runs a background daemon that autonomously places real SOL bets using TURING_POT_PRIVATE_KEY; autonomous real-money financial transactions via a crypto private key is inherently risky.

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
80
transparency
80
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 high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Findings (10)

Pattern match high

Possible hardcoded credential

scripts/player.js · prose · downgraded · TOKEN = 'WWTurn87sdKd223iPsIa9sf0s11oijd98d233GTR89dimd8WiqqW56kkws90lla

Pattern match high

Accesses OpenClaw config/secrets directly

SECURITY.md · code · ~/.openclaw/openclaw.json

Pattern match medium

References child_process — can spawn system processes

scripts/player.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

scripts/player.js · prose · downgraded · spawn(

Pattern match medium

Sets world-executable permissions

SECURITY.md · code · chmod 700

Pattern match low

Opens WebSocket connection

SKILL.md · prose · downgraded · WebSocket

Pattern match low

Accesses sensitive environment variables

scripts/player.js · prose · downgraded · process.env.TURING_POT_PRIVATE_KEY

Pattern match low

Node http/https module — low-level network access

scripts/player.js · prose · downgraded · require('https')

Pattern match low

Popular HTTP library — network access

scripts/solana-lite.js · prose · downgraded · got

Pattern match low

Base64 encoding/decoding

scripts/solana-lite.js · prose · downgraded · base64-encode

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: TURING_POT_PRIVATE_KEY). Requires 1 system binary.

credential_accessfile_write
Check another skill Browse the registry Auditing your own skills or configs? Use the API