strategy-compare
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from user arguments without providing sanitization instructions.
- Ingestion points: User-provided
$ARGUMENTS(symbol and strategy names) are used to define file paths and script logic inSKILL.md. - Boundary markers: Absent; no delimiters or instructions to ignore embedded commands in the input arguments are provided.
- Capability inventory: The skill utilizes
Write,Edit, andBashtools to create and potentially execute files. - Sanitization: Absent; the instructions do not require the agent to validate or escape the
symbolvariable before using it in the file path or script body. - [COMMAND_EXECUTION]: The skill automates the creation of Python scripts (
{symbol}_strategy_comparison.py) and utilizes theBashtool. The direct interpolation of user-controlled variables into filenames and script logic presents a risk of path traversal or command injection if the underlying agent does not implement its own security boundaries.
Audit Metadata