compounder-stage-chart
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate technical analysis by pulling historical price data from Yahoo Finance via the
yfinancelibrary. This is a standard practice for financial analysis tools and does not involve unauthorized data access or exfiltration. - [SAFE]: The skill generates charts as inline SVG elements or Base64-encoded PNGs to ensure the resulting report is self-contained. There are no remote resource loads or external dependencies that could introduce tracking or malicious content at runtime.
- [SAFE]: The
scripts/stage_read.pyscript uses well-defined logic for Stage Classification (Weinstein stages) and Business Alignment. The operations are mathematical (moving averages, slope calculations) and do not involve dynamic code execution (eval/exec) or risky subprocess calls. - [SAFE]: The skill's instructions explicitly forbid generating entry/exit signals, target prices, or financial advice, adhering to safety and compliance best practices for AI-generated financial content.
Audit Metadata