Caveat verdict
idea-generator
The skill starts a localhost server, checks its state via curl to localhost, and performs web searches on Baidu and Bilibili; all network operations are either local or explicitly user-directed searches on public platforms with no credential or data exfiltration.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Permission integrity
network_out
Findings (7)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s http://localhost:50000/state.json | python
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
subprocess execution — runs system commands from Python
scripts/server.py · prose · downgraded · subprocess.run(
HTTP request to bare IP address — common in malicious payloads
scripts/server.py · prose · downgraded · http://127.0.0.1
Opens WebSocket connection
scripts/gateway-ws.js · prose · downgraded · WebSocket
Python urllib.request — network access
scripts/run_idea_generator.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/server.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C/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_in Is this flag fair?
Thanks — recorded.