Back to skill

Security audit

Npm Supply Chain Security

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward educational guide for npm supply-chain security with disclosed examples and no hidden runtime behavior.

Reasonable to install as a reference skill. Treat the snippets as examples: review them before use, prefer scoped or short-lived publishing credentials, and make sure any npm publish workflow is restricted to the intended repository and release process.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.