ftd-detector
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves historical and real-time market data for the S&P 500 and NASDAQ indices from financialmodelingprep.com. This is a well-known financial data provider, and the network operations are limited to these specific domains for the documented purpose of market analysis.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes structured financial data retrieved from an external API, which serves as an ingestion surface.\n
- Ingestion points: Market OHLCV data is fetched via HTTP in
scripts/fmp_client.py.\n - Boundary markers: The data is numeric JSON and is strictly processed by mathematical logic within the Python state machine before being formatted into a report.\n
- Capability inventory: The skill's capabilities are restricted to fetching market data and writing reports to the local file system; it does not perform sensitive operations based on the retrieved content.\n
- Sanitization: Data originates from a reputable financial API and is processed using numeric types, reducing the risk of malicious payload execution.
Audit Metadata