EdgarTools
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a Python-based interface for accessing the US SEC EDGAR database. The core functionality is focused on retrieving financial data, XBRL statements, and filing metadata.
- [DATA_EXPOSURE]: The requirement to call
set_identity("Your Name your@email.com")is a documented security and policy requirement of the US SEC (Fair Access Policy) to identify programmatic traffic. This is considered a standard configuration step for this specific service and not a malicious data collection attempt. - [EXTERNAL_DOWNLOADS]: The skill utilizes the
edgarPython package. This is a widely used and well-known library in the financial analysis community for processing SEC data. - [COMMAND_EXECUTION]: The provided code snippets demonstrate safe usage of the library's internal methods (e.g.,
.to_context(),.get_filings()). There are no signs of arbitrary command execution or shell injection vectors.
Audit Metadata