security: add .npmrc ignore-scripts to skyvern-ts/client (#7094)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Run tests and pre-commit / pip Package Smoke Tests (3.11) (push) Waiting to run
Run tests and pre-commit / pip Package Smoke Tests (3.13) (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Aaron Perez <aperez0295@gmail.com>
This commit is contained in:
Shuchang Zheng 2026-07-06 20:15:52 -07:00 committed by GitHub
parent 298ab5550c
commit ef9476e8fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
skyvern-ts/client/.npmrc Normal file
View 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