v11y

Scan and triage vulnerabilities in Node.js projects — without leaving your terminal.

Star on GitHub

What it does

v11y gives you a fast, focused way to find and triage security vulnerabilities in your projects. It runs npm audit --json or yarn audit --json under the hood and surfaces the results in an interactive terminal UI — so you can act on issues instead of scrolling through raw JSON.

Installation

Homebrew

brew tap santhosh-chinnasamy/tap
brew install santhosh-chinnasamy/tap/v11y

Build from source

git clone https://github.com/santhosh-chinnasamy/v11y.git
cd v11y
cargo install --path v11y

Usage

Run the following command in the root of your Node.js project (where package-lock.json or yarn.lock is located):

v11y # opens TUI
v11y --cli #prints result in terminal