Caveat verdict

idea-storm

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
60
transparency
90
maintenance

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.

Capability combination critical

Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 · LLM06 · ASI03

Capability combination high

Executes processes AND makes external network calls — may exfiltrate command output

LLM02 · LLM06 · ASI03

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · 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 (7)

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf /

Pattern match critical

Possible hardcoded credential

SKILL.md · code · TOKEN="$API_KEY

Pattern match high

Uses spawn() — can execute external programs

SKILL.md · code · spawn(

Pattern match high

apt-get install — installs system packages

SKILL.md · code · apt-get install

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match medium

Changes file ownership

SKILL.md · code · chown

Pattern match low

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