Caveat verdict
supalytics
Executes processes AND makes external network calls
Supalytics analytics CLI querying the user own web analytics data; process_exec is for documented supalytics CLI and network_out targets supalytics.co.
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.
Executes processes AND makes external network calls โ may exfiltrate command output
LLM02 ยท LLM06 ยท ASI03
Permission integrity
network_out
Findings (3)
Pipe-to-shell pattern (curl | sh) โ supply chain attack vector
SKILL.md ยท code ยท curl -fsSL https://bun.sh/install | bash
Pipe to bash โ executes piped content as shell commands
SKILL.md ยท code ยท | bash
Uses exec() โ may execute shell commands
SKILL.md ยท code ยท exec(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution โ cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 system binary.
network_outprocess_exec Thanks โ recorded.