Caveat verdict
wildidea
wild-idea
Accesses credentials AND makes external network calls
Creative ideation skill juxtaposing remote domains against user concepts; Tavily web search is for verifying idea novelty, matching the stated 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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (4)
Pipe to python — executes piped content as Python code
references/tavily-curl-example.md · code · | python3
Accesses OpenClaw config/secrets directly
references/tavily-curl-example.md · code · ~/.openclaw/.env
subprocess execution — runs system commands from Python
scripts/search_char.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
scripts/search_char.py · prose · downgraded · urllib.request
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_outcredential_access Thanks — recorded.