y0usaf /
Security & Guardrailspi-jev
A Pi extension that flags tool risks before execution and checks output for secrets and failure types.
What Jev Does in this Architecture
Key Architecture Benefit
Defaults to shadow mode and fails open on API errors; it is not a standalone security boundary.
Reviewed Source Code Evidence
Verified fixed-commit source files demonstrating genuine Jev integration:
Architecture Category
Security & Guardrails
Real-time safety guardrails, prompt injection detection, and moderation gates.
View all in this category →Related Projects in Security & Guardrails
andrelandgraf
safer-with-jev
An HTTP inspection gateway that checks request content with Jev before optionally forwarding it to an HTTPS destination.
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.
jomatsu
pi-jev-auto-mode
Adds rule checks to Pi commands and file operations, then uses Jev to assess cases that need further judgment.
Local rules handle explicit denies and allows before Jev assesses authorization and risk for bash, write, and edit.
↳ Keeps policy and decision records available for adjusting operation gates.
HyunjunJeon
jev-judgment
Adds judgment checks for authorization, operation risk, and failure causes to coding Agents.
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.