jev-judgment
HyunjunJeon
Adds judgment checks for authorization, operation risk, and failure causes to coding Agents.
- License
- MIT
- GitHub Stars
- 2
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Uses conversation and command results to assess whether to ask the user, whether an action exceeds scope, and whether to retry.
What this project offers
Makes checkpoints that may require user confirmation explicit.
Review scope
Model probabilities do not replace user authorization. Missing keys or network failures may leave the original workflow running.
Sources and implementation
Related projects
safer-with-jev
andrelandgraf · Security & Guardrails
An HTTP inspection gateway that checks request content with Jev before optionally forwarding it to an HTTPS destination.
pi-jev
y0usaf · Security & Guardrails
A Pi extension that flags tool risks before execution and checks output for secrets and failure types.
pi-jev-auto-mode
jomatsu · Security & Guardrails
Adds rule checks to Pi commands and file operations, then uses Jev to assess cases that need further judgment.
jev-guard
leepokai · Security & Guardrails
Tool-call checks for coding Agents that assess operation risk, user intent and prompt-injection signals.