Skip to content

VBC-153: sudo-setup

warning

Category: ux-dx
Analysis: Regex (line by line)
File types: .md, .sh
Scope: source code only, ignoring anything inside strings and comments
Tags: dx security

What it reports

Setup instructions requiring sudo detected at line {line}. Use local environments instead.

Flagged

md
Run `sudo npm install -g slopless`.

Not flagged

md
Run `npm install -D slopless`.

Pattern

regex
sudo\s+npm\s+install|sudo\s+pip\s+install

Released under the MIT License.