pi-jev-auto-mode GitHub avatar by jomatsu

jomatsu /

Security & Guardrails

pi-jev-auto-mode

Adds rule checks to Pi commands and file operations, then uses Jev to assess cases that need further judgment.

License: MITLanguage: TypeScriptLast push: 9/17/2026#security-guardrails#coding-agents

What Jev Does in this Architecture

Local rules handle explicit denies and allows before Jev assesses authorization and risk for bash, write, and edit.

Key Architecture Benefit

Keeps policy and decision records available for adjusting operation gates.

Review & Benchmark Note: Uncertain cases are denied by default, but uncertain=allow can be configured. Model judgments and thresholds do not guarantee protection; this site has not verified effectiveness.
Clone Repository
git clone https://github.com/jomatsu/pi-jev-auto-mode.git

Inspect on GitHub

Check out the upstream repository README, issues, and commit log.

jomatsu/pi-jev-auto-mode

Architecture Category

Security & Guardrails

Real-time safety guardrails, prompt injection detection, and moderation gates.

View all in this category →

Related Projects in Security & Guardrails

safer-with-jev repository icon by andrelandgraf

andrelandgraf

safer-with-jev

3
Security & GuardrailsMITTypeScript

An HTTP inspection gateway that checks request content with Jev before optionally forwarding it to an HTTPS destination.

What Jev does here

Jev judges prompt injection or unsafe content; local rules forward, flag or block the request.

Adds an inspectable content check ahead of an existing HTTP service.

#security-guardrails#typed-decisions
3 evidence links
Inspect details
pi-jev repository icon by y0usaf

y0usaf

pi-jev

70
Security & GuardrailsMITTypeScript

A Pi extension that flags tool risks before execution and checks output for secrets and failure types.

What Jev does here

Jev scores destructive actions, scope and output risks; configuration chooses warnings or confirmation.

Defaults to shadow mode and fails open on API errors; it is not a standalone security boundary.

#security-guardrails#coding-agents
35 evidence links
Inspect details
jev-judgment repository icon by HyunjunJeon

HyunjunJeon

jev-judgment

2
Security & GuardrailsMITPython

Adds judgment checks for authorization, operation risk, and failure causes to coding Agents.

What Jev does here

Uses conversation and command results to assess whether to ask the user, whether an action exceeds scope, and whether to retry.

Makes checkpoints that may require user confirmation explicit.

#security-guardrails#coding-agents
2 evidence links
Inspect details