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
requestslibrary. - [COMMAND_EXECUTION]: The test file
scripts/tests/test_screen_exhaustion_hammer.pyusessubprocess.runto 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