earnings-calendar
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements ticker symbol retrieval using standard Python libraries (pandas and yfinance). All operations are local or target established financial data providers.
- [SAFE]: Input handling in
scripts/earnings.pyincludes basic sanitization by stripping whitespace and converting symbols to uppercase, which prevents common command injection attempts through arguments. - [SAFE]: No evidence of prompt injection, data exfiltration, or obfuscation was found in the provided files. The code's behavior matches its described purpose as an earnings calendar tool.
- [SAFE]: The dependency on
trading-skillsis documented as a skill-level dependency and is treated as a vendor-provided resource.
Audit Metadata