vcp-screener

Pass

Audited by Gen Agent Trust Hub on May 1, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements legitimate financial analysis logic. All scripts and calculations are performed locally using data retrieved from an external financial API.
  • [EXTERNAL_DOWNLOADS]: The skill fetches stock market constituents, quotes, and historical price data from the Financial Modeling Prep (FMP) API (financialmodelingprep.com). This is a well-known financial data provider and is used as intended for the skill's primary function. All requests are authenticated via an API key provided by the user through environment variables or CLI arguments.
  • [COMMAND_EXECUTION]: The skill executes local Python scripts to perform screening. It does not invoke arbitrary shell commands or external scripts that are not part of the distributed skill package.
  • [DATA_EXPOSURE]: The skill generates reports in JSON and Markdown formats and saves them to a local reports/ directory. No sensitive information beyond the user-provided API key (handled as a standard environment variable) is processed or exposed.
Audit Metadata
Risk Level
SAFE
Analyzed
May 1, 2026, 07:57 AM