Skip to content
JevDirectory.org
CommunityTools & Integrations1 starsVerified 2026-09-22

jev-gate

A tool-call gate for Claude Code, Codex, Cursor, and other harnesses backed by Jev: deterministic rules and a read-only allowlist run first, then one request answers allow, ask, or deny in about 400 ms.

Category
Tools & Integrations
Published by
Community
Author
eugeniughelbur
Added
2026-09-22
Tagscommunitypythonguardrailssecuritycoding-agentmcp

Highlights

  • Deterministic regex denials and a read-only allowlist run before the model; denials run before the allowlist on purpose.
  • A dangerous command is denied in 371 ms for $0.0000189, about one cent a day at 500 checks.
  • Its adversarial kit moved 0 of 30 dangerous commands under blunt injection but caused 10% false denials on safe ones; authority framing moved 3 of 30.
  • Fails open: any error, timeout, or missing key falls back to the harness's normal permission prompt.
  • Also ships route, rank (up to 255 options in one call), and keep (kept verbatim or dropped, never summarized) as CLI commands and MCP tools.

Quickstart

bash
claude plugin marketplace add eugeniughelbur/jev-engineering
claude plugin install jev-engineering@jev-engineering

Watch out

MIT-licensed. Installs in observe mode and blocks nothing until you switch to guard or enforce; needs an OPENROUTER_API_KEY, and an MCP tool is model-chosen, so the hook is the enforced path.

More like this

10GitHub stars
A pre-commit hook that answers five Jev questions about the commit message and staged diff together, warning on mismatches and blocking only on a credential-shaped line.
Tools & Integrations#community#python#coding-agent
Communityjev-commit
1GitHub stars
An MCP server for Antigravity IDE, Cursor, and Claude Code that uses Jev (jev-latest) to locate code semantically and audit git diffs, replacing broad grep sweeps of entire files.
Tools & Integrations#community#python#mcp
132GitHub stars
Pi extension that supervises a coding agent with Jev judgments: it holds risky tool calls, checks writes against project Markdown rules, and feeds most issues back to the agent as a steer instead of interrupting you. The conscience is beta and off by default.
Tools & Integrations#community#typescript#guardrails
Communitypi-warden
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing

Screening agent actions with Jev

Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor. Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.

Image
Image
Image
Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

Cua's small System One models

A 706K-parameter form filler

cua open sourced a 706k param model that fills a whole form in one 50ms pass the llm agent doing the same form took 23 turns and 39.6 seconds the specialists are going to eat the generalists from the bottom

Cua
Cua
@trycua

1/ Introducing CUA-S1: a family of System One Models, small, specialized, and built for computer use. Today we're open-sourcing CUA-S1-FORMS, the first in the family: github.com/trycua/cua

Image
Reply