stock-value-scanner
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- DATA_EXFILTRATION (MEDIUM): The script
scripts/market_movers.pyusesssl._create_unverified_context()to bypass SSL certificate validation when fetching market data from Yahoo Finance. This makes the connection vulnerable to Man-in-the-Middle (MitM) attacks. - EXTERNAL_DOWNLOADS (LOW): The skill requires the
yfinancePython package, which is a third-party dependency from an unverified source. - COMMAND_EXECUTION (SAFE): The skill executes local Python scripts to process data. These scripts use
argparsefor secure parameter handling. - PROMPT_INJECTION (LOW): The skill has an indirect prompt injection surface as it ingests untrusted data from external APIs. Ingestion points:
scripts/market_movers.py,scripts/scanner.py,scripts/stock_price.py. Boundary markers: Absent. Capability inventory: Network read operations viaurllibandyfinance. Sanitization: Absent; API data is printed directly to the output reports.
Audit Metadata