dep_check_install_scripts
Detects npm and bun dependencies that execute lifecycle scripts (preinstall, install, postinstall, prepare) during installation, identifying potential security threats from full system access.
Instructions
Detect dependencies with lifecycle scripts (preinstall, install, postinstall, prepare) that execute during npm/bun install with full system access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project directory with node_modules |