Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Supply-chain quarantine: refuse to install any npm package published < 7 days ago.
# Organization-wide policy; critical after 2026-05-12 Mini Shai-Hulud wave
# (@mistralai/mistralai 2.2.2-2.2.4, 169 packages total).
min-release-age=7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Replace unsupported npm config key

I checked this change in /workspace/pi-hard-no with npm 11.4.2, and npm reports Unknown project config "min-release-age" when reading this setting (e.g., via npm config get min-release-age), which means this line is not enforced during installs. As written, the commit claims to add a supply-chain quarantine but leaves the policy gap open because package installs still proceed without age gating; please switch to a quarantine control that npm actually supports (or enforce it in a tool that supports this key).

Useful? React with 👍 / 👎.

Loading