trader-memory-core
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a robust local state management system for investment theses, utilizing YAML files and JSON Schema to ensure data integrity and validation across the lifecycle.
- [EXTERNAL_DOWNLOADS]: The skill includes an optional adapter to fetch historical closing prices from Financial Modeling Prep (financialmodelingprep.com) specifically for calculating Maximum Adverse/Favorable Excursion (MAE/MFE) metrics in trade postmortems. This is a well-known financial data service.
- [SAFE]: Secret management follows best practices by requiring API keys to be provided through environment variables (FMP_API_KEY) rather than hardcoding credentials.
- [SAFE]: Employs secure file operations, such as utilizing 'yaml.safe_load' for data ingestion and performing atomic writes with temporary files to prevent data corruption during updates.
Audit Metadata