delimit_security_deliberate
Triage security findings by classifying each as real risk, false positive, accepted risk, or needing immediate action. Uses multi-model deliberation for verdicts on findings loaded from the ledger.
Instructions
Multi-model triage of security findings (Pro).
When to use: after delimit_security_ingest has loaded findings, to classify each as real risk / false positive / accepted risk / needs immediate action. When NOT to use: to ingest the findings (use delimit_security_ingest) or to scan from scratch (delimit_security_scan).
Sibling contrast: delimit_deliberate is general-purpose multi-model consensus; this is the security-class variant scoped to findings.
Side effects: gated by require_premium. Calls multiple models via the deliberation panel. Updates ledger items with triage verdicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findings | No | JSON string of findings to triage. Empty = pull from the ledger automatically. | |
| repo | No | Repository context for the triage. | |
| focus | No | Which findings to triage — "critical" (default), "high", "all". | critical |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||