earnings-calendar

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill ingests data from the Financial Modeling Prep (FMP) API, which is then processed by the agent. 1. Ingestion points: Data is retrieved from financialmodelingprep.com via scripts/fetch_earnings_fmp.py. 2. Boundary markers: The agent is instructed to read the script output but no specific delimiters are used to wrap the untrusted content in the instructions. 3. Capability inventory: The skill has network access and file system write capabilities for report generation. 4. Sanitization: scripts/generate_report.py truncates strings and formats numbers, providing basic sanitization for the generated report.
  • [EXTERNAL_DOWNLOADS]: The skill makes outbound network requests to financialmodelingprep.com to retrieve financial data. This is documented as the core functionality for generating the earnings calendar.
  • [COMMAND_EXECUTION]: The skill executes local Python scripts (fetch_earnings_fmp.py and generate_report.py) to process API data and format it into a markdown report.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 11:20 AM
Security Audit — agent-trust-hub — earnings-calendar