analyze-retail-inverse-etf-allocation
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [No Malicious Patterns Detected] (SAFE): All analyzed files, including the visualization scripts and methodology documentation, focus strictly on financial data analysis. The logic is transparent and follows standard quantitative finance practices.
- [Dependency Analysis] (SAFE): The skill requires common, well-maintained libraries such as
yfinance,pandas, andmatplotlib. No suspicious or unverifiable packages were identified. - [Data Access and Handling] (SAFE): Data is sourced from Yahoo Finance, a standard public provider. The scripts process numerical data (OHLCV) and do not access sensitive system files, environment variables, or hardcoded credentials.
- [Command Execution] (SAFE): The provided Python script (
visualize_allocation.py) usesargparsefor configuration and does not invoke shell commands, sub-processes, or dynamic code execution (eval/exec). - [Indirect Prompt Injection Surface] (LOW): While the skill ingests data from an external API (Yahoo Finance), the data is strictly numerical stock price and volume information. The risk of this data containing executable instructions is negligible.
Audit Metadata