economic-calendar-fetcher
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches economic event data from the Financial Modeling Prep API (financialmodelingprep.com). This is a well-known financial data provider and the operation is central to the skill's documented purpose.
- [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/get_economic_calendar.pyto interact with the API. This script is well-structured and uses only built-in Python modules (urllib, json, argparse). - [DATA_EXFILTRATION]: API key management is handled securely. The instructions recommend using environment variables or CLI flags and specifically warn against pasting sensitive keys directly into chat interfaces to prevent exposure in logs.
- [PROMPT_INJECTION]: The skill's instructions do not contain patterns aimed at overriding agent behavior, bypassing safety filters, or extracting system prompts.
- [REMOTE_CODE_EXECUTION]: There is no evidence of remote script execution (e.g., curl|bash), dynamic code evaluation (eval/exec), or installation of untrusted third-party packages.
Audit Metadata