pead-screener
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The script
scripts/fmp_client.pyperforms network requests tohttps://financialmodelingprep.comto retrieve earnings calendars and historical price data. While this domain is not on the predefined whitelist, these operations are central to the skill's purpose and are performed using standard HTTP libraries. - DATA_EXPOSURE (SAFE): The skill accesses a sensitive API key through the
FMP_API_KEYenvironment variable. This is consistent with security best practices for credential management in agent skills. - INDIRECT PROMPT INJECTION (SAFE): The skill ingests external data from the FMP API and local JSON files.
- Ingestion points:
fmp_client.py(API data) andscreen_pead.py(Mode B JSON input). - Boundary markers: Not explicitly observed in logic, but data is treated as numeric/structured content.
- Capability inventory: The skill performs calculations and generates reports; it does not contain code execution capabilities like
evalorsubprocessthat could be triggered by data. - Sanitization: Values are converted to floats and rounded during scoring calculations.
Audit Metadata