economic-calendar-fetcher
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is executed via a Python script (
scripts/get_economic_calendar.py) that uses only the Python standard library, which eliminates risks from unverifiable third-party dependencies. - [SAFE]: Network operations are restricted to the Financial Modeling Prep (FMP) API, a well-known financial data provider. This communication is essential for the skill's stated purpose and follows the trusted source evaluation criteria.
- [SAFE]: The skill demonstrates secure secret management by recommending that users store API keys in environment variables rather than entering them directly in the chat, preventing sensitive data exposure in session logs.
- [SAFE]: No indicators of malicious behavior, such as prompt injection, obfuscation, or persistence mechanisms, were detected during the analysis of the instructions and code.
- [SAFE]: The skill processes structured JSON data from a known API source. Although this represents an ingestion of external data, the risk of indirect prompt injection is minimal as the content is expected to be numerical economic indicators.
Audit Metadata