jev-cvss
Red5d
Scripts that use Jev to select CVSS metrics from vulnerability descriptions, then compute v3.0, v3.1 or v4.0 scores in Python.
- License
- MIT
- GitHub Stars
- 2
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Maps attack conditions and impacts to discrete metrics; local CVSS formulas calculate the numeric score.
What this project offers
Exposes the selected metrics and vector alongside the final score.
Review scope
Score formulas are deterministic but model-selected metrics may be wrong; not penetration testing or validation of actual exploit impact. Not run here.
Sources and implementation
Related projects
safer-with-jev
andrelandgraf · Security & Guardrails
An HTTP inspection gateway that checks request content with Jev before optionally forwarding it to an HTTPS destination.
pi-jev
y0usaf · Security & Guardrails
A Pi extension that flags tool risks before execution and checks output for secrets and failure types.
pi-jev-auto-mode
jomatsu · Security & Guardrails
Adds rule checks to Pi commands and file operations, then uses Jev to assess cases that need further judgment.
jev-judgment
HyunjunJeon · Security & Guardrails
Adds judgment checks for authorization, operation risk, and failure causes to coding Agents.