signal-postmortem
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches historical price data from the Financial Modeling Prep (FMP) API to calculate realized returns and evaluate signal performance. FMP is a well-known financial data service provider.
- [SAFE]: API keys for external services are managed securely via environment variables or command-line arguments, avoiding hardcoded credentials.
- [SAFE]: The skill implements post-trade analysis logic using standard Python libraries without the use of dynamic code execution, obfuscation, or persistence mechanisms.
- [SAFE]: File operations are restricted to intended directories for signal state and report generation, following the skill's documented workflow.
Audit Metadata