value-dividend-screener
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches financial data from 'elite.finviz.com' and 'financialmodelingprep.com'. These are established financial data providers used as the primary data source for the skill's intended functionality.
- [COMMAND_EXECUTION]: The instructions guide the user or agent to execute a local Python script (
scripts/screen_dividend_stocks.py). This script performs data retrieval and mathematical analysis (CAGR, RSI, Payout Ratios) without spawning dangerous subprocesses or using dynamic execution. - [CREDENTIALS_UNSAFE]: The skill correctly instructs the user to manage API keys via environment variables or command-line arguments, adhering to best practices for secret management. No hardcoded credentials were found.
Audit Metadata