OPEN-SOURCE PROJECT
is-malicious
CLI security scanner using Jev to inspect source files, build scripts, and CI configs for suspicious patterns before execution.
- Stars
- 18
- Forks
- 1
- License
- MIT
- Last commit
- 2026-09-18
What Jev does here
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.
Source code verified against pinned commit. Pattern rules and CLI outputs verified; serves as an advisory layer alongside deterministic linters.