Caveat verdict
crypto-funding-alert
Receives external input AND executes processes
A crypto funding-rate scanner that calls public Binance API endpoints (no API key required) to identify negative funding rate opportunities; the node script runs locally and saves results to a JSONL file, with no evidence of sending data to unauthorized third parties.
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
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (3)
Uses exec() — may execute shell commands
SKILL.md · code · exec(
References child_process — can spawn system processes
SKILL.md · code · child_process
Node http/https module — low-level network access
scan.js · prose · downgraded · require('https')
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_outnetwork_inprocess_exec Thanks — recorded.