If analysis runs but no findings appear, this usually indicates one of the following:
The analyzed code does not contain patterns that meet detection thresholds
The selected scope is too small or incomplete
The code context lacks sufficient structure for analysis
The current file type or language is not supported
Steps to diagnose:
Try analyzing the entire active file instead of a selection
Select a larger, self-contained block of code
Ensure the file language mode in VS Code is correctly set
Re-run analysis after making a small, controlled change
No findings does not mean analysis failed.
It means no security-relevant signals were detected for the given context.