ClawAudit verdict
turing-pot
play-game-solana-turing-pot
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.
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 writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Findings (10)
Possible hardcoded credential
scripts/player.js · prose · downgraded · TOKEN = 'WWTurn87sdKd223iPsIa9sf0s11oijd98d233GTR89dimd8WiqqW56kkws90lla
Accesses OpenClaw config/secrets directly
SECURITY.md · code · ~/.openclaw/openclaw.json
References child_process — can spawn system processes
scripts/player.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
scripts/player.js · prose · downgraded · spawn(
Sets world-executable permissions
SECURITY.md · code · chmod 700
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Accesses sensitive environment variables
scripts/player.js · prose · downgraded · process.env.TURING_POT_PRIVATE_KEY
Node http/https module — low-level network access
scripts/player.js · prose · downgraded · require('https')
Popular HTTP library — network access
scripts/solana-lite.js · prose · downgraded · got
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 Thanks — recorded.