ended3월 16일· 1 sources
🕵️♂️ Dependencies Should Not Be Silent: Inspect What Your npm Packages Actually Do
의존성은 조용해선 안 된다: npm 패키지가 실제로 무엇을 하는지 검사하기
Why it matters
npm-telemetry is a lightweight CLI and Node.js library that inspects npm packages before installation, detecting sensitive capabilities such as network access, file system operations, environment variable reads, child process spawning, and dynamic code execution. Created in response to growing npm supply-chain attacks, it serves as a 'nutrition label' for packages, providing an analysis coverage score and supporting programmatic integration into CI pipelines.
1
Sources
+0
24h
—
Growth
189d
Active
npm-telemetrysupply-chain attacknpm packagesCLIpostinstall scripts