assess_action
Assess the risk of any action by classifying its blast radius, reversibility, and dangerous capabilities without recording or blocking it.
Instructions
Classify the blast radius of an action WITHOUT recording or gating it. Use this to reason about risk; use guard_action when you actually intend to run it. Returns risk (none/low/medium/high/critical), whether it is reversible, the specific dangerous capabilities found, and a recommendation.
action: the command/SQL/tool call to assess (required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |