monitor-stream
Warn
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto fetch and run the@claude-flow/clipackage from the public npm registry at runtime. - [REMOTE_CODE_EXECUTION]: By invoking
npx @claude-flow/cli@latest, the skill executes code downloaded from a remote repository. The use of the@latesttag means the code executed is not pinned to a specific version, allowing for the execution of unvetted updates. - [PROMPT_INJECTION]: The skill implements real-time monitoring of agent and task events, which presents an attack surface for indirect prompt injection.
- Ingestion points: Real-time event stream (NDJSON) generated by the
swarm watch --streamcommand. - Boundary markers: There are no markers or system instructions to distinguish untrusted event data from authoritative instructions.
- Capability inventory: The skill has the ability to execute shell commands (via
Bashrestricted tonpx) and interact with MCP swarm status tools. - Sanitization: The skill lacks any sanitization or validation logic for the content of the streamed events.
Audit Metadata