flow-nexus-swarm
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
flow-nexusandclaude-flowpackages from the NPM registry to enable its orchestration capabilities. - [COMMAND_EXECUTION]: The setup instructions involve executing shell commands using
npxto register accounts, authenticate, and launch the MCP server (npx flow-nexus@latest mcp start). - [DATA_EXFILTRATION]: By design, the skill sends task descriptions, workflow configurations, and input data to the external Flow Nexus platform (
flow-nexus.ruv.io) for cloud-based execution and monitoring. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection vulnerabilities.
- Ingestion points: Untrusted data enters the agent context via the
taskparameter inmcp__flow-nexus__task_orchestrateand theinput_dataobject inmcp__flow-nexus__workflow_executewithinSKILL.md. - Boundary markers: There are no explicit delimiters or instructions to ignore embedded commands within the processed task data.
- Capability inventory: The associated MCP server tools can spawn agents, orchestrate tasks, and execute complex multi-step workflows.
- Sanitization: No evidence of input validation or sanitization is present in the skill instructions.
Audit Metadata