Caveat verdict
clawbet
Receives external input AND executes processes
This skill enables AI agents to make real cryptocurrency bets on a third-party platform (clawbot.bet) using Solana wallets; while the skill takes care to isolate private keys in subprocess, it facilitates real financial transactions with an external service and includes autonomous betting logic.
Automated static analysis — not a human review. Caveat 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 Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Writes files AND executes processes — may drop and execute malicious scripts
LLM05 · LLM06 · ASI05
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
credential_access
package_install
Findings (8)
Possible hardcoded credential
SKILL.md · code · api_key="YOUR_KEY
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
Instruction-prose smuggling shape detected: collects a sensitive target ("API key") and emits it outward ("POST"). Phrased as prose with no trigger tokens — a semantic prompt-injection / data-exfil pattern the syntactic scanners can't see. Final tier capped at Caution; review the instructions before installing.
SKILL.md · | Method | Path | Auth | Description | |--------|------|------|-------------| | **Registration & Identity** |||| | POST | /agents/register | Public | Register n
Opens WebSocket connection
SKILL.md · code · WebSocket
Python aiohttp session — async network access
SKILL.md · code · aiohttp.ClientSession
Instructs covert action — may act without user awareness
HEARTBEAT_FRAGMENT.md · prose · downgraded · silently
Popular HTTP library — network access
SKILL.md · prose · downgraded · got
References agent memory files
HEARTBEAT_FRAGMENT.md · prose · downgraded · MEMORY.md
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
No declared permissions — minimal attack surface.
network_outprocess_execcredential_accesspackage_installnetwork_infile_write Thanks — recorded.