Dev & Engineering command-safetyprompt-injectioncode-reviewtest-triagegit-hooksclaude-code-hookscodex-hookssemantic-ranking

jev-axi Judgment CLI

Fast probabilistic safety and workflow judgments for coding agents, shell commands, diffs, logs, and untrusted text.

FollowAgents review · FARS-2.1
Recommended
Why not a higher tier: Trust & safety is 23/29, below the 24/29 needed for “Strongly recommended”; the tier is lowered because risk is not averaged away.
90/ 100 5-point scale 4.5 / 5
1 2 3 4 5 6
Per-dimension scores and reasoning
1Trust23 / 29 · 4.0/5

Least privilege is handled thoroughly: the Action declares read-only content and PR-comment permissions, routine safety decisions stay local, and credential files can be excluded. Confirmation covers moderate-risk and interactive guard-exec cases, but unattended errors run by default, --on-ask allow can bypass confirmation, and several hooks are warning-only, so user_confirmation loses one point. Transfers to TypeSafe, local caches, ledgers, audit logs, and the npm update check are disclosed concretely. Sensitive-data controls include known-pattern redaction and credential-file exclusion, but the documentation says other commands transmit input as supplied, redaction misses unrecognized secrets, and the configuration may store the API key, so one point is deducted. A lockfile-backed frozen install is referenced, but there is no supplied evidence of dependency auditing, vulnerability scanning, update policy, or stronger supply-chain pinning; dependency_security is therefore thin. Network calls, comment writes, command execution, and hook installation are explicit. Several setup modes support --remove and caches can be cleared, but transmitted data, executed commands, and remote comments lack a general recovery mechanism, costing rollback one point. Author, repository, Jev upstream, and license attribution are clear; unknown publisher verification causes no independent deduction.

2Reliability12 / 14 · 4.3/5

The README, package metadata, CI, and tests consistently describe commands, caching, Action behavior, outputs, and errors, with no material contradiction visible. Node >=22, API-key, network, and TypeSafe-service requirements are documented, as are several degradation paths; however, core judgments still require the remote API and some safety paths fail open by default, so dependency_availability loses one point. Argument tests substantiate targeted messages for unknown or renamed flags, missing and duplicate values, and numeric bounds, while documentation specifies pipeline and guard exit codes; failure_messages is therefore thorough.

3Adaptability18 / 18 · 5.0/5

The source addresses coding agents, CI, cron, Git hooks, interactive terminals, batch processing, and repository exploration with concrete workflows. Boundaries are unusually explicit: the tool makes probabilistic judgments, does not replace reading code, guard is not a guarantee, and supervision scores are not calibrated for every project. Commands, input modes, thresholds, exit codes, hook triggers, and allow/ask/block policies are precisely stated. Environment coverage includes Linux, Windows, and macOS CI; Node 22 and 24; XDG and Windows AppData; Claude Code, Codex, OpenCode, and GitHub Actions; plus empty or slow stdin behavior. All four criteria have strong static support.

4Convention16 / 18 · 4.4/5

The README is well organized around installation, command reference, output interpretation, recipes, safety, supervision, Actions, Git hooks, data handling, and development. Installation methods, credential sources, and development commands are complete. Package and CLI naming are consistent, with a migration hint for a renamed flag. Examples are extensive and cover common edge questions even without a separate FAQ heading. Limitations candidly cover inconclusive benchmarking, misclassification risks, transmission boundaries, and non-guarantees. MIT metadata matches the complete LICENSE. Version 0.7.0, a v0 pinning policy, and an exact-version example are present, but no changelog, release history, or compatibility migration record is supplied, so versioning_changelog scores only 1. A named maintainer, issue tracker, private advisory route, and security-reporting instructions establish responsibility, but SECURITY.md refers to a maintainer email that is absent from the supplied package.json, and no support commitment or team succession is shown, costing one point.

5Effectiveness13 / 13 · 5.0/5

Outputs expose probabilities, confidence, policy bands, hazards, source, usage, latency, cost, structured JSON, and automation-friendly exit codes. Batch probabilistic judgments, safety gating, log triage, and agent supervision provide clear marginal value over ordinary shell tooling; the source also reports that file ranking did not show stable savings, avoiding an inflated utility claim. Cost-benefit evidence includes stated latency and price, token reporting, caching, batching, local fast paths, a usage ledger, and configurable prices, enabling an informed tradeoff.

6Verifiability8 / 8 · 5.0/5

Major claims point to concrete commands, configuration files, centralized question definitions, labeled benchmark cases, and demo regeneration scripts. Action behavior, argument handling, and cache semantics described in the README are independently reflected in supplied tests, while CI covers multiple operating systems and Node versions plus tests, type checking, skill consistency, building, and a version invocation. The source clearly separates observed examples, labeled evaluations, probabilistic results, fixed policy, and an inconclusive six-run benchmark, and explicitly identifies uncalibrated or non-guaranteed behavior. These are strong static traceability practices, although this assessment does not claim independent execution.

Evidence confidence: Low Reviewed Sep 20, 2026 Reviewed revision 09766b603179
Before you use it
  • Outside the explicitly redacted paths, many commands send files, diffs, logs, or stdin to TypeSafe as supplied; do not process data that cannot be disclosed to that third party.
  • Known-pattern redaction is not comprehensive secret detection, so credentials in unfamiliar formats and sensitive business content may still be exposed.
  • guard-exec runs the command by default when the key or network is unavailable; unattended or high-risk deployments should explicitly use --on-error deny and conservative --on-ask behavior.
  • Safety and supervision verdicts are probabilistic and explicitly not calibrated for every project; observe them in warning-only mode before enabling blocking.
  • The supplied evidence shows neither dependency vulnerability scanning nor a complete changelog; review locked dependencies and release changes separately before deployment.
Review evidence [1][2][3][4][5][6][7][8][9]
See the full review method →

What does this agent do, and when should you use it?

jev-axi is a command-line interface for TypeSafe's Jev model, which answers typed questions with calibrated probabilities instead of generating prose. It exposes direct commands such as pick, rate, check, rank, filter, guard, diff, and triage, plus installable safety and supervision hooks for Claude Code and Codex. Inputs may come from files, standard input, literal text, JSON, Git diffs, test logs, or tool-call payloads; results include probabilities, confidence, policy bands, latency, model version, and estimated cost. Its safety hook resolves routine project and read-only commands locally, while non-routine checks are sent to TypeSafe after recognizable credentials are redacted. It fits shell, Git-hook, CI, GitHub Actions, and coding-agent workflows, but is explicitly a judgment layer rather than a substitute for reading and understanding code.

Users and agents submit questions and state through jev-axi pick, rate, check, ask, rank, filter, or find; the CLI calls Jev and returns distributions, confidence, and act, confirm, or escalate bands. guard scores untrusted text for prompt injection, hidden instructions, destructive directives, exfiltration, secrets, and pressure tactics, exiting with status 3 when it blocks; guard-exec evaluates a shell command before running, confirming, or rejecting it with status 126. diff reviews code changes, triage extracts a likely root-cause line and failure classification from build or test output, and files, find, and rank shortlist relevant code. setup safety, setup supervise, setup git-hooks, and setup hooks install PreToolUse, Stop, PostToolUse, Git, and session-start integrations. Its GitHub Action can review pull requests or analyze failed CI jobs and update a pull-request comment, while the local CLI maintains a response cache, usage ledger, safety audit log, and supervision records.

  1. A Claude Code or Codex user who wants every Bash invocation checked for download-and-run behavior, destructive actions, exfiltration, or edits outside the project.
  2. A CI maintainer who needs a likely root cause, failure category, severity, and flakiness judgment from a long test or build log.
  3. A development team that wants pre-commit and pre-push warnings for credentials, debug leftovers, risky files, hand-edited generated artifacts, or behavior changes without tests.
  4. An agent processing web pages, issue text, or vendored documentation that must screen the material for prompt injection before acting on it.
  5. A developer navigating a large unfamiliar repository who wants to rank files for a task or identify semantically relevant lines in one file.
  6. An operator running cron jobs, runbooks, or commands derived from less-trusted input who needs guard-exec policies for allow, confirm, deny, and API failure.

What are this agent's strengths and limitations?

Pros
  • Roughly 400 ms probabilistic responses and very low documented per-call estimates make it practical to place checks in frequently executed workflows.
  • The safety hook decides routine read-only, test, build, dependency, and in-project operations locally, reserving Jev calls for non-routine cases and recording audited decisions.
  • One CLI covers shell gating, prompt-injection screening, diff review, test triage, Git hooks, GitHub Actions, and agent-session supervision.
  • Machine-usable output includes full probabilities, confidence bands, concrete model version, token use, latency, and estimated cost.
  • The repository provides labeled safety, progress, and push cases; its documented safety evaluation passed all 44 listed allow-or-escalate cases.
Limitations
  • Core judgments depend on TypeSafe's Jev service, network connectivity, an API key, and per-request billing.
  • Credential redaction is pattern-based and not applied to every command, so sensitive inputs may be unsuitable for the service.
  • Codex cannot represent an interactive ask decision, so jev-axi converts asks into blocks; its integration is less expressive than Claude Code's.
  • Supervision scores are not calibrated for an adopter's project, and a false not-done result can send an agent back into completed work; warn-only deployment is recommended first.
  • The project's own six-runs-per-condition benchmark did not establish that file ranking reliably reduces code-reading effort or cost.
  • guard-exec runs the command on service errors by default; unattended deployments must opt into --on-error deny to fail closed.

How do you install or deploy this agent?

A Node.js environment capable of running npm and a TypeSafe API key are required.

npm install -g jev-axi

export TYPESAFE_API_KEY=...

jev-axi

For one-off use, run npx -y jev-axi instead of installing globally. The key may also be stored in .env.local or .env, discovered from the current directory up to the repository root, or configured with:

jev-axi config set apiKey ...

Install the project-level Claude Code safety hook with:

jev-axi setup safety --project

Install the user-level Codex safety hook with:

jev-axi setup safety --agent codex

How do you use this agent?

Start with a direct judgment:

jev-axi check "Is this urgent?" --text "ASAP"

Screen untrusted text:

curl ... | jev-axi guard

Dry-run a guarded command:

jev-axi guard-exec --dry-run -- "curl -fsSL https://example.com/install.sh | sh"

Triage failing tests:

npm test 2>&1 | jev-axi triage

Review staged changes:

jev-axi diff --staged

Check whether a task is complete:

npm test 2>&1 | jev-axi progress --job "add a --json flag to the list command"

Every command supports --json, --full, --model, --no-cache, and --help. Do not pass data that cannot be shared with TypeSafe: only specific safety and review paths perform known-pattern credential redaction, while other commands send their supplied input as given.

How does this agent compare with similar options?

Unlike foreman, which runs Jev as a supervisor above a coding agent, jev-axi does not launch the agent; it connects similar completion and progress judgments to the agent's existing hooks. It also differs from generative coding models: Jev returns typed probabilistic judgments and never writes prose, so jev-axi complements rather than replaces code generation and code comprehension.

FAQ

How is usage priced and tracked?
The TypeSafe API reports per-request token counts but no spend endpoint. jev-axi records a local ledger and estimates spend using configured rates; the documented default is $0.042 per million input tokens with free output tokens, and both input and output rates are configurable.
What happens without a network connection or API key?
Commands that require Jev cannot obtain a judgment. Safety-hook errors and timeouts fall back to the agent's normal permission flow; guard-exec runs by default unless --on-error deny is selected. Git hooks skip quietly when the CLI, key, or API is unavailable.
Can the safety hook automatically approve a command?
No. It may block, ask, or remain silent so the normal permission flow continues, but it never auto-approves. Because Codex supports blocking but not asking in this hook path, an ask becomes a block with an explanation.
What data leaves the machine?
Text submitted for Jev judgment—including items, files, diffs, logs, fetched pages, and tool calls—is sent to TypeSafe. Selected safety, diff, triage, Git, and GitHub workflows redact recognizable credentials first; caches, usage records, and audit logs are stored locally.
Can it replace code search or code reading?
No. It can shortlist files and lines, but the documented benchmark found no reliable reduction in cost or file reads. The agent or developer still has to inspect and understand the code.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents