scanner-bullish
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected.
- [EXTERNAL_DOWNLOADS]: The skill utilizes the
yfinancelibrary, which fetches public market data from Yahoo Finance. This is expected and necessary for the skill's stated purpose of scanning stocks. - [COMMAND_EXECUTION]: The instructions involve running a local Python script (
scripts/scan.py) to perform analysis. The script safely parses command-line arguments usingargparseand does not use any dangerous functions likeeval()oros.system()with unsanitized user input.
Audit Metadata