ftd-detector
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches market data from the Financial Modeling Prep (FMP) API. This is a well-known financial data service used for standard market analysis purposes.
- [COMMAND_EXECUTION]: Executes a local Python script (
scripts/ftd_detector.py) to process market data and generate analysis reports. The execution is confined to the skill's own logic and handles financial data in a transparent manner. - [SAFE]: Properly manages API credentials through environment variables or command-line arguments, avoiding hardcoded secrets. The code is well-structured, includes unit tests, and lacks any patterns of obfuscation or persistence.
Audit Metadata