Caveat verdict
browser-control
Remote browser access protected by Google OAuth providing a VNC tunnel for user-initiated manual actions; security model is clearly documented with explicit per-session URL reading.
⚠ 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)
Command substitution with curl — remote code execution
install.sh · prose · downgraded · bash -c "$(curl
Pipe to python — executes piped content as Python code
install.sh · prose · downgraded · | python3
References tunneling service
SKILL.md · code · ngrok
References sudo — requests elevated privileges
install.sh · prose · downgraded · sudo
apt-get install — installs system packages
install.sh · prose · downgraded · apt-get install
HTTP request to bare IP address — common in malicious payloads
install.sh · prose · downgraded · http://127.0.0.1
pip3 install — installs Python packages at runtime
install.sh · prose · downgraded · pip3 install
Python urllib.request — network access
install.sh · prose · downgraded · urllib.request
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/C). 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.
Is this flag fair?
Thanks — recorded.