stockbee-exhaustion-hammer-screener

Pass

Audited by Gen Agent Trust Hub on Jul 6, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The script fetches historical price data and market profiles from financialmodelingprep.com. This is a legitimate and well-known financial data provider required for the skill's operation. Network requests are handled via the standard requests library.
  • [COMMAND_EXECUTION]: The test file scripts/tests/test_screen_exhaustion_hammer.py uses subprocess.run to execute the screening script for automated testing. This is a standard development practice and does not pose a security risk as it calls local code using the system's own Python interpreter.
  • [CREDENTIALS_UNSAFE]: The skill documentation correctly advises users to manage their FMP API key through environment variables. No hardcoded credentials or secrets were found in the source code or reference files.
  • [DATA_EXFILTRATION]: No sensitive local data access (such as SSH keys or AWS credentials) or exfiltration to untrusted domains was detected. Network activity is limited to fetching market data from the official FMP API endpoints.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 6, 2026, 07:35 PM
Security Audit — agent-trust-hub — stockbee-exhaustion-hammer-screener