Caveat verdict
idea-storm
Reads local files AND makes external network calls
Orchestrates a multi-phase engineering experiment workflow using spawned sub-agents and local file state; network access is for calling Notion API to persist experiment results, consistent with the stated research-lab purpose.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
network_out
package_install
Findings (7)
Recursive delete from root or home — destructive command
SKILL.md · code · rm -rf /
Possible hardcoded credential
SKILL.md · code · TOKEN="$API_KEY
Uses spawn() — can execute external programs
SKILL.md · code · spawn(
apt-get install — installs system packages
SKILL.md · code · apt-get install
Uses exec() — may execute shell commands
SKILL.md · code · exec(
Changes file ownership
SKILL.md · code · chown
Sets world-executable permissions
scripts/run-sandbox.sh · prose · downgraded · chmod 777
Permissions & capabilities
No declared permissions — minimal attack surface.
process_execnetwork_outpackage_installfile_readcredential_access Thanks — recorded.