findata-toolkit-us

Pass

Audited by Gen Agent Trust Hub on Mar 17, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches real-time and historical financial data from well-known and authoritative public services.
  • Connects to Yahoo Finance using the yfinance library for stock metrics and price history.
  • Retrieves corporate filings and insider trading reports from the official SEC EDGAR database via the requests library.
  • Accesses US macroeconomic indicators from the Federal Reserve Economic Data (FRED) repository using pandas-datareader.
  • [SAFE]: The toolkit implementation adheres to security best practices for data processing and configuration.
  • Configuration management utilizes yaml.safe_load to prevent arbitrary code execution during file parsing.
  • Environment variables are used for optional API keys and identity headers, ensuring no sensitive credentials or identities are hardcoded in the repository.
  • All tool outputs are formatted as structured JSON, reducing the risk of downstream interpretation errors when processed by an AI agent.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 17, 2026, 12:57 PM