Jev Agent
awesomejevRADAR
System-1 Radar Ready487 repos indexed

Every open-sourceJev project, in one place.

A source-verified directory of 487 Jev projects — browser agents, model routers, SDKs and MCP servers — each one showing the exact decision it hands to Jev. Curated by the Awesome Jev community, mirrored here under MIT.

Turn state into choices.

CHOICESCORENOUL
487Verified projects
17Architecture categories
20Topics
Updated09/22, 13:05
Popular projects
By current stars
Popular searches

Security & Guardrails41

41 matching projects
Security & GuardrailsApache-2.0

A Jev guardrail example in Agentgateway using a webhook to inspect model requests and responses.

WHERE JEV FITS

Jev scores jailbreaks, harmful content and secret disclosure; thresholds or evaluation errors reject requests.

Demonstrates gateway integration, not guaranteed prevention of all attacks.

4,970867

GitHub
Security & GuardrailsNo license specified

An optional Jev command-risk advisor inside a native macOS Agent, with a TypeSafeKit client.

WHERE JEV FITS

Adds a destructive-risk judgment after local shell checks and refuses commands above the configured threshold.

API failures generally allow the command with a warning, so it is not complete system protection.

62268

GitHub
Security & GuardrailsNo license specified

A collection of Jev developer-tool experiments, including Commit Sentry for semantic checks on staged diff hunks.

WHERE JEV FITS

Judges risks such as exposed credentials or destructive changes; local rules warn or block a commit.

Presents risk labels with the corresponding diff before commit.

35826

GitHub
Security & GuardrailsMIT

Interlinked adds optional Jev judgments and evidence checks to local coding-agent checks.

WHERE JEV FITS

Assesses inputs such as test names, documentation claims and supporting evidence.

Keeps model advice distinct from deterministic rules and records checks.

1777

GitHub
Security & GuardrailsMIT

A browser extension using Jev to identify ads, promotions, and subscription popups and save reusable hiding rules.

WHERE JEV FITS

Evaluates candidate page elements before the extension applies local hiding rules.

Turns page judgments into reusable rules.

17613

GitHub
Security & GuardrailsMIT

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

WHERE JEV FITS

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.

1338

GitHub
Security & GuardrailsMIT

Adds checks for project rules, out-of-scope actions, repeated failures, and completion claims to Pi Agents.

WHERE JEV FITS

Uses Jev to judge rule violations, irreversible actions, and task drift, feeding results back to the Agent.

Brings rule findings and actions needing confirmation into the active workflow.

13113

GitHub
Security & GuardrailsMIT

Jev commands in the WordPress toolkit CaptainCore answer structured questions and prioritize malware scanner findings for review.

WHERE JEV FITS

Sends scan rules, matched snippets, and file context to Jev to assess likely true positives and suggested handling.

Organizes rule-based scan findings into a queue for human review.

7110

GitHub
Security & GuardrailsNo license specified

A Discord moderation bot using Jev to check spam and scam links, with local warning and timeout rules.

WHERE JEV FITS

Assesses messages or recent member history; the bot applies deletion, warnings or timeouts.

Connects judgments, moderation logs and manual correction controls.

424

GitHub
Security & GuardrailsMIT

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

WHERE JEV FITS

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.

222

GitHub
Security & GuardrailsMIT

CLI security scanner using Jev to inspect source files, build scripts, and CI configs for suspicious patterns before execution.

WHERE JEV FITS

Feeds file contents and security criteria into Jev to assess risks such as data exfiltration, obfuscated loaders, and credential leakage.

Provides rapid pre-execution safety screening across multiple file formats without needing a heavy static analysis toolchain.

223

GitHub
Security & GuardrailsMIT

Tool-call checks for coding Agents that assess operation risk, user intent and prompt-injection signals.

WHERE JEV FITS

Jev evaluates tool inputs or outputs in session context; local rules allow, warn or block.

Adds review points around Agent tools, with behavior depending on the host client.

202

GitHub
Security & GuardrailsMITSource summary

Jev-powered plugins for coding agents

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

140

GitHub
Security & GuardrailsMIT

An experimental Hermes command-approval provider for the auxiliary.approval task only.

WHERE JEV FITS

Jev returns APPROVE, DENY or ESCALATE, with local thresholds and policy determining handling.

Demonstrates an approval integration; the author labels it a proof of concept, not production assurance.

122

GitHub
Security & GuardrailsMITSource summary

Reviews Agent Skills and MCP configurations and source code with local static checks and TypeSafe Jev before installation or execution, reporting file and line evidence, risk categories, model probabilities, and coverage gaps.

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

101

GitHub
Security & GuardrailsMITSource summary

Open-source Pi coding-agent extension that uses Jev to check tool calls before they run, scan files for prompt injection, flag risky replies, and keep secrets out of what it sends.

WHERE JEV FITS

Before each tool call, Jev receives the user's request (or pinned task), the proposed command, the agent's explanation, and recent conversation. It answers a Choice for intent (on task / off task / injected / needs more context) and a Score for risk (safe / needs approval / harmful). Local code turns these into run, ask the user, or warn. If Jev says more context would help, the extension adds it and asks again.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

81

GitHub
Security & GuardrailsMITSource summary

Jev is a decision model: it answers a typed question with a calibrated probability rather than prose. This action asks it one yes/no question per thing worth being sure about — answered in parallel in a single call — and approves only when every one of them clears your threshold:

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

71

GitHub
Security & GuardrailsNo license specifiedSource summary

Check Pi code edits against repository Markdown rules with TypeSafe Jev

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

50

GitHub
Security & GuardrailsMIT

An Android notification and SMS filter that applies local OTP rules before asking Jev whether a message is advertising noise.

WHERE JEV FITS

Classifies text that passes local gates; local mapping decides whether to allow or suppress it.

Makes OTP handling and fail-open behavior explicit in code.

50

GitHub
Security & GuardrailsNo license specifiedSource summary

**Open-source AI agent monitoring, malicious-agent detection, and escalate-only containment** for sandboxed LLM agents. Local HackSpain 2026 stack (AngryRobot dashboard): FastAPI, React/Vite, Neo4j. Classifies a *chain of actions*, not a single tool call. A model never pulls the plug.

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

40

GitHub
Security & GuardrailsNo license specified

Adds tool-call approval and tool-list pruning to the Vercel AI SDK.

WHERE JEV FITS

Deterministic rules run first; Jev assesses remaining call risks and tool relevance for threshold-based handling.

Approval-call failures request human review; model judgments cannot guarantee detection of every risk.

40

GitHub
Security & GuardrailsMITSource summary

An OpenAI-compatible proxy that sits between your LLM and your users. It evaluates each sliding window of tokens **while the response is still streaming** and cuts the stream **before** a violating token can reach the screen.

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

40

GitHub
Security & GuardrailsNo license specified

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

WHERE JEV FITS

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.

40

GitHub
Security & GuardrailsMITSource summary

Jev (System One decision model) plugin suite for DeepSeek Harness (dsh)

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

40

GitHub
Showing 24 / 41

About Awesome Jev

A community-maintained directory and radar for Jev, highlighting open-source projects with verified code and clear decision architectures.

What is Jev?

Jev is TypeSafe's decision model. This directory groups projects by how they use choices, scores and probability judgements, with implementation links to help you assess fit for your own task.

TypeSafe ↗

What gets listed?

We prioritize open-source projects with clear Jev implementation evidence. Repositories without verifiable source code are excluded from the main directory.

Directory data and design from Awesome Jev by logicrw, used under the MIT License.