argus_last_report
Retrieve the last Argus QA report from the reports directory without re-running a scan. Access prior findings and severity counts for critical, warning, and info issues.
Instructions
Returns the most recent Argus JSON report from the reports/ directory. Report includes a findings array and severity summary (critical/warning/info counts). Returns { "error": "No reports found in reports/" } when no audits have been run yet. Use to retrieve prior results without re-running a scan, or to pipe findings into another analysis tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||