npm_scripts
Extract and analyze npm package lifecycle scripts, flagging suspicious commands such as curl and eval to identify supply-chain attack risks.
Instructions
Extract and analyze lifecycle scripts from a specific npm package version. Flags suspicious commands (curl, wget, eval, exec, etc.) commonly used in supply-chain attacks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | npm package name | |
| version | Yes | Exact semver version |