Skyvern/skyvern-frontend/.npmrc
Shuchang Zheng 32be517565
chore(security): add .npmrc ignore-scripts to remaining npm workspaces (#5603)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 22:56:36 +00:00

5 lines
319 B
Text

# Supply chain protection: do not run lifecycle scripts (preinstall, install,
# postinstall) on npm install. Blocks worms like "Shai-Hulud" from executing
# on a compromised dependency before we notice. If a package genuinely needs
# its install script, use @lavamoat/allow-scripts to allowlist it.
ignore-scripts=true