finance
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill connects to well-known financial data services to retrieve market information. Specifically,
scripts/market_quote.pyandscripts/market_series.pyfetch data fromopen.er-api.comand Yahoo Finance. These operations are neutral data retrievals for the skill's primary purpose. - [COMMAND_EXECUTION]: The script
scripts/market_watchlist.pyexecutes another internal scriptscripts/market_quote.pyviasubprocess.runto aggregate watchlist data. This is handled securely by passing arguments as a list to the Python interpreter, preventing shell-based vulnerabilities.
Audit Metadata