mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
chore(security): add .npmrc ignore-scripts to remaining npm workspaces (#5603)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
108ec030e6
commit
32be517565
3 changed files with 15 additions and 0 deletions
5
tests/sdk/typescript_sdk/.npmrc
Normal file
5
tests/sdk/typescript_sdk/.npmrc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue