Caveat verdict
ssh-handoff
Session handoff pattern using tmux so a human can authenticate and the agent continues in the same shell; designed specifically to avoid credential exposure, all described modes are localhost or LAN-restricted.
⚠ 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.
Findings (8)
References sudo — requests elevated privileges
SKILL.md · frontmatter · sudo
Possible hardcoded credential
scripts/start-local-web-terminal.sh · prose · downgraded · TOKEN="$(python3 - <<
Pipe to python — executes piped content as Python code
scripts/start-url-token-web-terminal.sh · prose · downgraded · | python3
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Opens WebSocket connection
SKILL.md · prose · downgraded · websocket
Sets world-executable permissions
scripts/start-url-token-web-terminal.sh · prose · downgraded · chmod 700
Node http/https module — low-level network access
scripts/url-token-proxy.js · prose · downgraded · require('http')
Accesses sensitive environment variables
scripts/url-token-proxy.js · prose · downgraded · process.env.ACCESS_TOKEN
Permissions & capabilities
No declared permissions — minimal attack surface.
network_in Is this flag fair?
Thanks — recorded.