stock-screener
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates Python scripts locally to perform complex data analysis and set operations, which are then executed using
python3. - [COMMAND_EXECUTION]: The skill uses
subprocess.check_callwithin its Python code blocks to dynamically install the requiredreportify-sdkif it is missing. - [EXTERNAL_DOWNLOADS]: The instructions direct the user to install several Python packages via
pip3, includingreportify-cli,reportify-sdk,backtrader, andpandas, which are necessary for the skill's functionality. - [DATA_EXFILTRATION]: The skill communicates with
reportify.cn(a vendor-owned domain) to fetch stock market data, technical indicators, and fundamental factors. - [DATA_EXFILTRATION]: The skill requires the user to set a
REPORTIFY_API_KEYenvironment variable to authenticate with the vendor's data services.
Audit Metadata