ClawAudit verdict

sports-betting

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

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.

0
security
50
transparency
70
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 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

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (9)

Pattern match high

Base64 decode (atob) — may hide malicious payloads

SKILL.md · code · atob(

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.BETTOR_PRIVATE_KEY

Pattern match medium

References child_process — can spawn system processes

scripts/place-bet.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

scripts/place-bet.js · prose · downgraded · spawn(

Confirmed in code low

Data encoding/decoding

SKILL.md · code

Confirmed in code low

fetch() — outbound network request

SKILL.md · code

Pattern match low

Node http/https module — low-level network access

scripts/get-games.js · prose · downgraded · require('https')

Pattern match low

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