Awesome Jev / Security & Guardrails
Security & Guardrails
Real-time safety guardrails, prompt injection detection, and moderation gates.
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.
y0usaf
pi-jev
A Pi extension that flags tool risks before execution and checks output for secrets and failure types.
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.
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.
leepokai
jev-guard
Tool-call checks for coding Agents that assess operation risk, user intent and prompt-injection signals.
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.
anpicasso
hermes-jev-approvals
An experimental Hermes command-approval provider for the auxiliary.approval task only.
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.
NicolasMontone
jev-tool-permissions
Adds tool-call approval and tool-list pruning to the Vercel AI SDK.
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.
agentgateway
agentgateway
A Jev guardrail example in Agentgateway using a webhook to inspect model requests and responses.
Jev scores jailbreaks, harmful content and secret disclosure; thresholds or evaluation errors reject requests.
↳ Demonstrates gateway integration, not guaranteed prevention of all attacks.
QuentinCody
interlinked-cli
Interlinked adds optional Jev judgments and evidence checks to local coding-agent checks.
Assesses inputs such as test names, documentation claims and supporting evidence.
↳ Keeps model advice distinct from deterministic rules and records checks.
DevMortimer
pi-warden
Adds checks for project rules, out-of-scope actions, repeated failures, and completion claims to Pi Agents.
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.
kitze
unclutter
A browser extension using Jev to identify ads, promotions, and subscription popups and save reusable hiding rules.
Evaluates candidate page elements before the extension applies local hiding rules.
↳ Turns page judgments into reusable rules.
OpeOginni
oc-plugins
The oc-auto-perms plugin in an OpenCode plugin collection uses Jev to check tool intent against natural-language rules.
Sends proposed actions and permission rules to Jev, then uses local logic to allow, deny, or ask the user.
↳ Connects permission policies to judgments about individual tool actions.
An Android notification and SMS filter that applies local OTP rules before asking Jev whether a message is advertising noise.
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.
Red5d
jev-cvss
Scripts that use Jev to select CVSS metrics from vulnerability descriptions, then compute v3.0, v3.1 or v4.0 scores in Python.
Maps attack conditions and impacts to discrete metrics; local CVSS formulas calculate the numeric score.
↳ Exposes the selected metrics and vector alongside the final score.
brainstormity
Jev-Moderation-Bot
A Discord moderation bot using Jev to check spam and scam links, with local warning and timeout rules.
Assesses messages or recent member history; the bot applies deletion, warnings or timeouts.
↳ Connects judgments, moderation logs and manual correction controls.
AgentiLoop
Agent
An optional Jev command-risk advisor inside a native macOS Agent, with a TypeSafeKit client.
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.
CaptainCore
captaincore
Jev commands in the WordPress toolkit CaptainCore answer structured questions and prioritize malware scanner findings for review.
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.
dabit3
jev-experiments
A collection of Jev developer-tool experiments, including Commit Sentry for semantic checks on staged diff hunks.
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.
luantak
is-malicious
CLI security scanner using Jev to inspect source files, build scripts, and CI configs for suspicious patterns before execution.
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.
newuser7171
antivirus
A file scanner that sends extracted features to Jev for a verdict, a 0–4 severity score, and Noul indicators, then applies local quarantine or review rules.
Choice clean / suspicious_pua / malicious, Score 0–4, and Noul questions for packing, C2, persistence, and injection; local policy maps the answers.
↳ Turns heuristic file features into thresholded structured answers rather than a prose verdict; this site has not run or validated protection.
coo-quack
jev-pii-checker
A CLI that sends text to TypeSafe Jev for PII category Nouls and a sensitivity Score, then locates spans with regex and segmentation.
For each text chunk, asks twelve PII-category Nouls and a three-level sensitivity Score.
↳ Judgment runs on TypeSafe servers; local code only locates spans, so this is not an offline privacy scanner.
harshwasan
pi-jev-sentinel
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.
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.
teyhouse
jev-secret-detection
Benchmark and tool evaluating how well TypeSafe Jev identifies real secret credentials in file snippets.
Submits code snippets to Jev to evaluate hardcoded credential risk, returning boolean and confidence scores.
↳ Evaluates the feasibility and precision of low-latency non-generative models in pre-commit security gates.