trader-signal
Warn
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
neural-traderpackage from the NPM registry at runtime if it is not found locally. This package is an unverified third-party dependency that is not associated with the skill author or a known trusted vendor. - [COMMAND_EXECUTION]: The skill uses
npxto execute theneural-traderengine. Executing unversioned third-party software at runtime allows for the execution of arbitrary code that may change or be compromised between sessions. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8):
- Ingestion points: Untrusted data enters the agent context via user-supplied trading symbols (), strategy names, and the text output generated by the
neural-traderscan command. - Boundary markers: No delimiters or "ignore embedded instructions" markers are present to prevent the agent from being influenced by instructions hidden within the ingested data.
- Capability inventory: The skill allows access to
Bashfor shell command execution andmcp__claude-flow__memory_storefor data persistence, which could be exploited if malicious instructions are processed. - Sanitization: Input tickers and tool outputs are used directly in subsequent logical steps, such as
neural_predictandmemory_store, without any validation or filtering.
Audit Metadata