value-dividend-screener
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to the official APIs of Financial Modeling Prep (
financialmodelingprep.com) and FINVIZ (finviz.com). These are recognized, well-known technology and financial service providers used to retrieve market data. - [COMMAND_EXECUTION]: The provided Python script performs financial calculations (RSI, CAGR, ROE) and writes processed data to a local JSON file. It uses standard libraries and does not invoke dangerous system commands or subprocesses.
- [CREDENTIALS_UNSAFE]: The skill correctly handles sensitive information by instructing the user to store API keys in environment variables (
FMP_API_KEY,FINVIZ_API_KEY) rather than hardcoding them in scripts. - [PROMPT_INJECTION]: The instructions in the README and SKILL files are purely functional and do not contain any patterns intended to bypass AI safety guidelines or override system prompts.
- [SAFE]: No obfuscation, persistence mechanisms, or privilege escalation patterns were detected in the source code or documentation.
Audit Metadata