agent-bridge-cli
Warn
Audited by Gen Agent Trust Hub on Feb 12, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
================================================================================
🟡 VERDICT: MEDIUM
This skill is a Markdown document providing reference and usage instructions for an agent-bridge CLI tool. The skill itself is documentation and does not contain active malicious code or prompt injection attempts targeting the analyzing LLM. However, it instructs the user to execute commands that involve external dependencies and network requests from sources that are not on the list of trusted external sources.
Total Findings: 2
🟡 MEDIUM Findings: • Unverifiable Dependency
- Line 12:
npm install -g @annals/agent-bridgeThe skill instructs the user to install a global npm package from the@annalsscope. This scope is not recognized as a trusted external source. The content of this package cannot be verified by this analysis, posing a supply chain risk. • External Download / Unverifiable Dependency - Line 100:
npx @annals/agent-bridge connect --setup https://agents.hot/api/connect/ct_xxxxxThe skill instructs the user to execute a command usingnpxwhich involves downloading and running a package from the@annalsscope and connecting tohttps://agents.hot. Neither@annalsnoragents.hotare recognized as trusted external sources. The content fetched from these sources cannot be verified, posing a risk of executing unvetted code.
================================================================================
Audit Metadata