@@ -1912,12 +1912,13 @@ this to work properly.
19121912* Default: false
19131913* Type: Boolean
19141914
1915- If \`true\`, turn the install-script policy from a warning into a hard error:
1916- any dependency with install scripts not covered by \`allowScripts\` will fail
1917- the install instead of running with a notice .
1915+ If \`true\`, turn the install-script policy from a silent skip into a hard
1916+ error: any dependency with install scripts not covered by \`allowScripts\`
1917+ will fail the install instead of being silently skipped .
19181918
1919- Dependencies explicitly denied with \`false\` in \`allowScripts\` are always
1920- silently skipped; this setting only affects unreviewed entries.
1919+ By default, dependencies whose install scripts are not approved in
1920+ \`allowScripts\` are silently skipped; this setting promotes that silent skip
1921+ into a hard failure, which is the recommended posture for CI.
19211922\`--ignore-scripts\` and \`--dangerously-allow-all-scripts\` both override this
19221923setting.
19231924
@@ -3283,7 +3284,7 @@ Options:
32833284 Comma-separated list of packages whose install-time lifecycle scripts
32843285
32853286 --strict-allow-scripts
3286- If \`true\`, turn the install-script policy from a warning into a hard
3287+ If \`true\`, turn the install-script policy from a silent skip into a
32873288
32883289 --dangerously-allow-all-scripts
32893290 If \`true\`, bypass the \`allowScripts\` policy entirely and run every
@@ -3845,7 +3846,7 @@ Options:
38453846 Comma-separated list of packages whose install-time lifecycle scripts
38463847
38473848 --strict-allow-scripts
3848- If \`true\`, turn the install-script policy from a warning into a hard
3849+ If \`true\`, turn the install-script policy from a silent skip into a
38493850
38503851 --dangerously-allow-all-scripts
38513852 If \`true\`, bypass the \`allowScripts\` policy entirely and run every
@@ -4293,7 +4294,7 @@ Options:
42934294 Comma-separated list of packages whose install-time lifecycle scripts
42944295
42954296 --strict-allow-scripts
4296- If \`true\`, turn the install-script policy from a warning into a hard
4297+ If \`true\`, turn the install-script policy from a silent skip into a
42974298
42984299 --dangerously-allow-all-scripts
42994300 If \`true\`, bypass the \`allowScripts\` policy entirely and run every
@@ -4443,7 +4444,7 @@ Options:
44434444 Comma-separated list of packages whose install-time lifecycle scripts
44444445
44454446 --strict-allow-scripts
4446- If \`true\`, turn the install-script policy from a warning into a hard
4447+ If \`true\`, turn the install-script policy from a silent skip into a
44474448
44484449 --dangerously-allow-all-scripts
44494450 If \`true\`, bypass the \`allowScripts\` policy entirely and run every
@@ -4589,7 +4590,7 @@ Options:
45894590 Comma-separated list of packages whose install-time lifecycle scripts
45904591
45914592 --strict-allow-scripts
4592- If \`true\`, turn the install-script policy from a warning into a hard
4593+ If \`true\`, turn the install-script policy from a silent skip into a
45934594
45944595 --dangerously-allow-all-scripts
45954596 If \`true\`, bypass the \`allowScripts\` policy entirely and run every
@@ -5574,7 +5575,7 @@ Options:
55745575 Comma-separated list of packages whose install-time lifecycle scripts
55755576
55765577 --strict-allow-scripts
5577- If \`true\`, turn the install-script policy from a warning into a hard
5578+ If \`true\`, turn the install-script policy from a silent skip into a
55785579
55795580 --dangerously-allow-all-scripts
55805581 If \`true\`, bypass the \`allowScripts\` policy entirely and run every
@@ -6392,7 +6393,7 @@ Options:
63926393 Comma-separated list of packages whose install-time lifecycle scripts
63936394
63946395 --strict-allow-scripts
6395- If \`true\`, turn the install-script policy from a warning into a hard
6396+ If \`true\`, turn the install-script policy from a silent skip into a
63966397
63976398 --dangerously-allow-all-scripts
63986399 If \`true\`, bypass the \`allowScripts\` policy entirely and run every
0 commit comments