analyze
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a high-level orchestration layer for financial analysis. It maps user-provided trading symbols and timeframes to a structured sequence of internal skill calls.
- [PROMPT_INJECTION]: The skill ingests untrusted user data through the
$ARGUMENTSvariable to determine the trading symbol and analysis mode. This represents a potential surface for indirect prompt injection, although the logic is primarily focused on parameter extraction for specialized trading tools. - Ingestion points: User-provided symbol and flags via
$ARGUMENTSin SKILL.md. - Boundary markers: None identified for the argument parsing section.
- Capability inventory: Invocations of multiple analysis skills and eventual trade execution via
mt5-integration(SKILL.md). - Sanitization: No specific sanitization or validation logic for the input string was observed beyond basic parsing rules.
Audit Metadata