finding_acks_report
finding_acks_reportInspect the finding acknowledgments ledger to view aggregate counts and filtered lists of accepted or ignored items, revealing which categories carry the most weight and what operators have suppressed.
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 |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| until | No | ||
| status | No | ||
| category | No | ||
| filePath | No | ||
| projectId | No | ||
| projectRef | No | ||
| subjectKind | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acks | Yes | ||
| _hints | Yes | ||
| byStatus | Yes | ||
| toolName | Yes | ||
| warnings | Yes | ||
| projectId | Yes | ||
| truncated | Yes | ||
| byCategory | Yes | ||
| byFilePath | Yes | ||
| acksInWindow | Yes | ||
| bySubjectKind | Yes |