Intent-Code Divergence
Medium
- Confidence
- 93% confidence
- Finding
- The single-metric financial commands (`--profit`, `--growth`, `--balance`, `--cashflow`, `--dupont`) all route to `_financial_single_from_akshare`, which ignores `func_name` and returns the same generic `stock_financial_analysis_indicator` dataset for every request. In a finance skill, this is dangerous because users may make decisions believing they received a specific analysis category when the output is actually unrelated or incomplete, creating integrity and trust risks rather than classic code-execution risk.
