Reachability-aware
Security thatknows yourcodebase.
Reachability-aware scanning built into the same plugin. It tells you whether a vulnerable package is actually on a path your code runs — not just that it exists.
Reachability model
Reachable beats present
Most tools flag every advisory in your lockfile. Jericho separates vulnerabilities that exist from vulnerabilities your code can actually reach.
reachable: false[email protected] → tree-shaken, never importedNoise most scanners report
A flawed package is in your tree, but no code path in your application ever calls the affected function. Real, but not exploitable here.
reachable: true[email protected] → app/http/client.py:84What Jericho surfaces first
The vulnerable function sits on a call path your code executes. This is the finding that deserves your attention now.
Scanning layers
What Jericho scans
Four scanning layers, built into the same plugin as debugging.
01/dependency exposure
02/secret detection
03/reachability heuristics
04/evidence-bound findings
Live proof
Watch it trace a vulnerability
Find what actually reaches you.
Request access and scan your codebase for vulnerabilities that matter.