is-malicious
luantak
CLI security scanner using Jev to inspect source files, build scripts, and CI configs for suspicious patterns before execution.
- License
- MIT
- GitHub Stars
- 9
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Feeds file contents and security criteria into Jev to assess risks such as data exfiltration, obfuscated loaders, and credential leakage.
What this project offers
Provides rapid pre-execution safety screening across multiple file formats without needing a heavy static analysis toolchain.
Review scope
Source code verified against pinned commit. Pattern rules and CLI outputs verified; serves as an advisory layer alongside deterministic linters.
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.