list_risky_files
Analyze a check report and return risky files ranked by severity and finding count, enabling targeted action on the most critical code issues first.
Instructions
Project a check report into a per-file risky-files list (path, max_severity, finding_count) sorted by [max_severity DESC, finding_count DESC, path ASC]. Read-only (class A per D99.V). Capped at 500 entries per D99.U.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | No | ||
| session | No |