AutoMode guardrail (pre-execution safety gate)
jev_guardrailPrevent dangerous tool executions by classifying calls against a blacklist and severity scoring, returning a clear verdict to allow, ask, or block.
Instructions
Classify a tool call before execution: dangerous pattern blacklist + Jev Noul danger and Score severity produce an allow / ask / block verdict with reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Serialized arguments or raw command text. | |
| tool | Yes | Tool name (bash, file_delete, git_push, ...). |