earnings-recap
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the established
yfinancelibrary to fetch public financial data from Yahoo Finance. No API keys or authentication are required, preventing credential exposure. - [SAFE]: All external downloads target the official Python package registry (PyPI) for the
yfinancepackage, which is a standard industry practice for this type of tool. - [SAFE]: Command execution is limited to checking the installation status of
yfinanceand installing it viapipif missing. No arbitrary shell commands or user-input injections were detected. - [SAFE]: The skill includes a 'snapshot' check mechanism (
.data/{TICKER}/{date}.json) to promote data consistency and reduce redundant network requests. - [SAFE]: The instructions explicitly guide the agent to provide factual summaries and avoid making investment recommendations, adhering to safety best practices for financial tools.
Audit Metadata