earningswhispers
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches conference call data from
earningswhispers.comthrough a dedicated API endpoint (/api/conferencecalls). This domain is a well-known financial information service, and the data retrieval is essential to the skill's primary function of providing stock transcripts. - [COMMAND_EXECUTION]: The skill utilizes Python scripts (
ew_client.pyandew_cli.py) to manage API interactions and process the returned JSON data. These scripts perform routine network operations and basic string processing consistent with the skill's documentation. - [SAFE]: Includes a robust local caching system that stores API responses in a
.cachedirectory for 24 hours. This practice reduces unnecessary network traffic and improves performance without handling sensitive user credentials or system files.
Audit Metadata