flow-nexus-neural
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation instructs users to install and run the 'flow-nexus' tool from the npm registry using npx.
- [COMMAND_EXECUTION]: Environment setup requires executing terminal commands to add the MCP server and authenticate with the Flow Nexus service.
- [REMOTE_CODE_EXECUTION]: The skill facilitates the execution of model training and inference code within remote E2B sandbox environments.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its data-processing functions.
- Ingestion points: External data enters the context via the 'dataset' parameter in distributed training functions and the 'input' parameter in inference functions.
- Boundary markers: No explicit delimiters or instructions to ignore embedded commands within the data are provided in the skill markdown.
- Capability inventory: The skill possesses the ability to manage distributed clusters, deploy computing nodes, and run code in sandboxed environments.
- Sanitization: No sanitization or content validation logic for external datasets is described in the provided instructions.
Audit Metadata