ftd-detector
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill performs legitimate technical analysis of market indices and follows secure development practices. It does not attempt to bypass safety filters or perform unauthorized actions.
- [EXTERNAL_DOWNLOADS]: Communicates with the Financial Modeling Prep (FMP) API at
financialmodelingprep.comto retrieve stock index data. This is a well-known financial service, and the data retrieval is consistent with the skill's primary purpose. - [COMMAND_EXECUTION]: Instructions guide the agent to execute a local Python script for data processing and report generation. The code does not use dangerous functions like
eval()orexec()on untrusted input. - [CREDENTIALS_UNSAFE]: The skill correctly handles API keys by instructing the user to provide them via environment variables or command-line flags, avoiding hardcoded secrets in the code.
Audit Metadata