Caveat verdict
hummingbot-developer
Developer workflow skill for building and running the open-source Hummingbot trading framework from source; network access is limited to downloading the legitimate gateway archive from interactivebrokers.com.
⚠ 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
package_install
Findings (15)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s http://localhost:8000/health | python
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
apt-get install — installs system packages
SKILL.md · code · apt-get install
Command substitution with curl — remote code execution
scripts/install_deps.sh · prose · downgraded · bash -c "$(curl
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/install_deps.sh · prose · downgraded · curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Pipe to bash — executes piped content as shell commands
scripts/install_deps.sh · prose · downgraded · | bash
Pipe to sh — executes piped content as shell commands
scripts/install_deps.sh · prose · downgraded · | sh
Accesses shell history/config
SKILL.md · prose · downgraded · ~/.zshrc
conda install — installs packages via conda
SKILL.md · code · conda install
Downloads executables from external URLs
scripts/install_deps.sh · prose · downgraded · install from https://
References sudo — requests elevated privileges
scripts/install_deps.sh · prose · downgraded · sudo
subprocess execution — runs system commands from Python
scripts/test_integration.py · prose · downgraded · subprocess.run(
Popular HTTP library — network access
scripts/install_all.sh · prose · downgraded · got
Python urllib.request — network access
scripts/test_integration.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/test_integration.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/D/F). 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.
package_installnetwork_outnetwork_in Is this flag fair?
Thanks — recorded.