ClawAudit verdict
sports-betting
Accesses credentials AND makes external network calls
Places real on-chain sports bets on Polygon using the user's BETTOR_PRIVATE_KEY with actual USDT; while strong safety rules requiring explicit per-bet confirmation are present, the skill directly controls a real wallet private key for actual financial transactions.
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 makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
package_install
Findings (9)
Base64 decode (atob) — may hide malicious payloads
SKILL.md · code · atob(
Accesses process.env — reads environment variables
SKILL.md · code
Accesses sensitive environment variables
SKILL.md · code · process.env.BETTOR_PRIVATE_KEY
References child_process — can spawn system processes
scripts/place-bet.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
scripts/place-bet.js · prose · downgraded · spawn(
Data encoding/decoding
SKILL.md · code
fetch() — outbound network request
SKILL.md · code
Node http/https module — low-level network access
scripts/get-games.js · prose · downgraded · require('https')
Popular HTTP library — network access
scripts/place-bet.js · prose · downgraded · got
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: BETTOR_PRIVATE_KEY). Requires 1 system binary.
credential_accesspackage_installdata_encodingnetwork_out Thanks — recorded.