Jev Attack — Development skill for Claude Code
Attack your own gate with 300 prompt injections and report what got through.
How to install Jev Attack
Installs to ~/.claude/skills/eugeniughelbur-jev-engineering-jev-attack/SKILL.md
mkdir -p ~/.claude/skills/eugeniughelbur-jev-engineering-jev-attack && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/jev-engineering/HEAD/commands/jev-attack.md -o ~/.claude/skills/eugeniughelbur-jev-engineering-jev-attack/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Jev Attack does
description: Attack your own gate with 300 prompt injections and report what got through
Find out whether the gate holds before trusting it. This spends real money, about half a cent, so confirm first.
Tell the user what it will do and what it costs: roughly 300 calls against `typesafe/jev-1.13`, about $0.006, taking two to three minutes. Ask them to confirm.
Offer the quick version if they want a smaller bill:
uv run "${CLAUDE_PLUGIN_ROOT}/attack_test.py" --quick
Alternatives in Development
- JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★
- Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
- /surface — View the prioritized attack surface for a target 1.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Open Jev Approvals
Fail-closed binary (allow/deny) approval gate for Codex and Claude Code hooks — every intercepted tool call is
Claude Code Jev
Experimental Jev permission gate for Claude Code via OpenRouter, with reproducible latency and cost benchmarks
Jev Skill Gate
Cut Claude Code's skill manifest by ~75% with TypeSafe Jev. Scores every installed skill for relevance and hid
Jev Calibrate
Read a week of your own gate decisions and turn them into your thresholds and rules
Jev Status
Show whether the gate is running, which mode it is in, and what it has decided so far
Jev Review
Review code and let Jev filter the findings before you report them
Related Agents
Deep Security Auditor
Adversarial red-team and security compliance specialist. Inspects ASTs for prompt injections, credential leaks
Worker Deep
Implement exactly one planned Jev Gate task contract, run its checks, and return a WorkerReply.
Lens AI Security
AI security lens of the production readiness audit. Treats LLM and agent integrations as attack surface - prom