Delimit Security Deliberate
delimit_security_deliberateTriage security findings using multi-model deliberation to classify each as real risk, false positive, accepted risk, or needing immediate action.
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.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository context for the triage. | |
| focus | No | Which findings to triage — "critical" (default), "high", "all". | critical |
| findings | No | JSON string of findings to triage. Empty = pull from the ledger automatically. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||