portfolio-analytics
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: Thorough analysis of the code and instructions revealed no malicious patterns, prompt injections, or persistence mechanisms. The skill operates as an analytical tool for portfolio performance evaluation.\n- [EXTERNAL_DOWNLOADS]: The skill specifies dependencies on
pandas,numpy, andquantstats. These are industry-standard, well-maintained libraries used for data science and financial analysis. No downloads from untrusted or unknown sources are requested.\n- [COMMAND_EXECUTION]: The provided scripts,analyze_portfolio.pyandcompare_strategies.py, use the standardargparsemodule to handle user input andpandasfor data ingestion. The scripts perform mathematical calculations and print statistical summaries to the console, with no execution of arbitrary system commands or unauthorized file operations.
Audit Metadata