dep_check_install_scripts
Scans project dependencies in node_modules for lifecycle scripts (preinstall, install, postinstall, prepare) that execute with full system access during npm/bun install.
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 |