DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Web Security Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Web Security
Why is a one-time, manual npm audit check insufficient as an ongoing security practice?
A
npm audit results never change once generated
B
New vulnerabilities are continuously disclosed against already-installed package versions, with zero code change on the app's own end — a clean result today says nothing about tomorrow
C
npm audit only works once per machine
D
Manual checks are always more thorough than CI checks
Check Answer