finding_acks_report
finding_acks_reportInspect the finding_acks ledger to view aggregate counts and filtered lists of acks, revealing suppressed findings and significant categories.
Instructions
Read-only inspection over the finding_acks ledger: return aggregate counts (by category, status, subjectKind, filePath) and a bounded reverse-chronological list of acks, filterable by category, subjectKind, filePath, status, and ISO time window. Use to see what operators have suppressed and which categories carry the most weight. Never writes to the ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| category | No | ||
| subjectKind | No | ||
| filePath | No | ||
| status | No | ||
| since | No | ||
| until | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| acksInWindow | Yes | ||
| byCategory | Yes | ||
| byStatus | Yes | ||
| bySubjectKind | Yes | ||
| byFilePath | Yes | ||
| acks | Yes | ||
| truncated | Yes | ||
| warnings | Yes | ||
| _hints | Yes |