ftd-detector
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to perform algorithmic market analysis using a well-documented financial methodology. The implementation is transparent and follows standard development practices.
- [EXTERNAL_DOWNLOADS]: The skill fetches historical price data and real-time quotes from the Financial Modeling Prep (FMP) API (financialmodelingprep.com). This is a well-known and established financial data service used for the intended purpose of market analysis.
- [COMMAND_EXECUTION]: The execution involves running a local Python script to perform calculations and generate reports. There are no patterns of arbitrary command execution or shell injection.
- [DATA_EXFILTRATION]: No sensitive local data is accessed or transmitted. The script only sends requests for specific stock indices (S&P 500 and NASDAQ) to the configured FMP API endpoints.
- [CREDENTIALS_UNSAFE]: The skill correctly handles the API key by encouraging the use of environment variables or command-line arguments, rather than hardcoding secrets.
Audit Metadata