insider-trading
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes user-provided ticker symbols without comprehensive sanitization.
- Ingestion points: The
SYMBOLScommand-line argument inscripts/insider_trading.pyaccepts untrusted user input. - Boundary markers: There are no explicit delimiters or instructions to ignore embedded commands within the input data.
- Capability inventory: The skill is intended to be executed via shell commands (
uv run python) as described inSKILL.md. - Sanitization: Input symbols are processed with whitespace stripping and case normalization but are not validated against a strict allowed-list or escaped for shell safety.
Audit Metadata