trader-backtest
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions specify checking for and installing the
neural-traderpackage from the public npm registry usingnpm installif it is not already present in the environment.- [COMMAND_EXECUTION]: The skill makes extensive use of theBashtool to executenpmandnpxcommands, which allows the execution of code within the installed package and any of its dependencies.- [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface where data from an external memory store is used to construct shell commands. - Ingestion points: Untrusted data enters the agent context via the
mcp__claude-flow__memory_retrieveandmcp__claude-flow__memory_searchtools inSKILL.md. - Boundary markers: No specific boundary markers or instructions to ignore embedded commands are present when processing the retrieved data.
- Capability inventory: The skill possesses the ability to execute arbitrary shell commands via the
Bashtool and interact with persistent storage viaagentdb_pattern-storeandmcp__claude-flow__neural_train. - Sanitization: There is no evidence of input validation or shell escaping for values retrieved from memory (e.g.,
strategy-STRATEGY_NAME) before they are interpolated intonpx neural-tradercommands.
Audit Metadata