institutional-flow-tracker
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The scripts fetch financial market data and institutional ownership information from Financial Modeling Prep (
financialmodelingprep.com), which is a well-known and legitimate service for financial data. These downloads are integral to the skill's primary purpose. - [COMMAND_EXECUTION]: The documentation provides standard shell commands for the user to execute the included Python scripts. The scripts themselves do not contain logic to execute arbitrary shell commands or perform system-level modifications on the host machine.
- [DATA_EXFILTRATION]: No patterns of sensitive data exfiltration (such as accessing SSH keys, environment secrets, or AWS credentials) were found. The required API key is managed via standard environment variables or command-line arguments, adhering to development best practices.
- [SAFE]: The code implements rate limiting and data quality filtering (e.g., in
data_quality.py) to ensure results are reliable and to prevent API abuse, reflecting a focus on functionality and stability rather than malicious behavior.
Audit Metadata