canslim-screener

Pass

Audited by Gen Agent Trust Hub on May 4, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill performs legitimate network operations to fetch financial data from well-known and established services: Financial Modeling Prep (financialmodelingprep.com) and Finviz (finviz.com). These operations are essential to its primary function as a stock screener and do not involve sensitive user data.
  • [SAFE]: External dependencies specified in the documentation (requests, beautifulsoup4, lxml) are standard, widely-used Python libraries for HTTP requests and HTML parsing.
  • [SAFE]: Sensitive information, specifically the FMP API key, is managed using environment variables. This is a recognized security best practice that avoids hardcoding credentials.
  • [SAFE]: The analysis of all Python scripts confirms that they do not use dangerous functions such as eval(), exec(), or os.system() on unvalidated input. The scripts focus solely on financial calculations and report generation.
  • [SAFE]: No evidence of prompt injection, obfuscation, persistence mechanisms, or privilege escalation was found in the skill's instructions, code, or metadata.
Audit Metadata
Risk Level
SAFE
Analyzed
May 4, 2026, 05:29 PM