Should I Deploy
should_i_deployPrevent risky deployments by evaluating graph risk with customizable thresholds and returning a block, warn, or allow decision.
Instructions
Return an agent-native deploy gate decision from graph risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate | Yes | Candidate package, resource, CVE, node ID, or deployment label to evaluate. | |
| tenant_id | No | Tenant ID for the graph snapshot. Defaults to 'default'. | default |
| scan_id | No | Optional graph scan ID. Omit to use the latest snapshot. | |
| limit | No | Maximum matched exposure paths to return. | |
| warn_risk | No | Risk score at or above which the decision becomes warn. | |
| block_risk | No | Risk score at or above which the decision becomes block. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |