<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/npm-s-release-cooldown-is-security-theater-1y3jh9drn" -->

---
title: npm&#x27;s release cooldown is security theater | daily.dev
description: npm&#x27;s release cooldown feature — adopted by npm, pnpm, and yarn — is argued to be ineffective security theater. The core flaw: if everyone waits for others to...
canonical: https://daily.dev/posts/npm-s-release-cooldown-is-security-theater-1y3jh9drn
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: npm&#x27;s release cooldown is security theater | daily.dev
og:description: npm&#x27;s release cooldown feature — adopted by npm, pnpm, and yarn — is argued to be ineffective security theater. The core flaw: if everyone waits for others to...
og:url: https://daily.dev/posts/npm-s-release-cooldown-is-security-theater-1y3jh9drn
og:image: https://api.daily.dev/og/posts/1y3Jh9drn.png
og:image:alt: npm&#x27;s release cooldown is security theater
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# npm's release cooldown is security theater

**[Hacker News](https://daily.dev/sources/hn)** · 3 min read · 0 upvotes · 0 comments

## Summary

npm's release cooldown feature — adopted by npm, pnpm, and yarn — is argued to be ineffective security theater. The core flaw: if everyone waits for others to vet new packages, no early adopters exist to catch malicious code. CI/CD pipelines don't help either, as exploits either go unnoticed or succeed before anyone reviews the code. The author advocates for active measures instead: treating vendored dependencies like untrusted executables, running SAST tools, sandboxing, and LLM-assisted audits before any package is installed or PRs are merged.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.outv.im/2026/npm-cooldown-security-theater>

## Similar posts on daily.dev

- [npm's Defaults Are Bad](https://daily.dev/posts/npm-s-defaults-are-bad-2fqdhx40i) · Andrew Nesbitt · 21 upvotes · 2 comments
- [Dependency cooldowns turn you into a free-rider](https://daily.dev/posts/dependency-cooldowns-turn-you-into-a-free-rider-xqq71wkpm) · Cal Paterson · 0 upvotes · 0 comments
- [Why npm dependencies are a bigger security risk than your code](https://daily.dev/posts/why-npm-dependencies-are-a-bigger-security-risk-than-your-code-zyi7hulam) · LogRocket · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#npm](https://daily.dev/tags/npm)

[View this post on daily.dev](https://daily.dev/posts/npm-s-release-cooldown-is-security-theater-1y3jh9drn)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"npm's release cooldown is security theater","url":"https://daily.dev/posts/npm-s-release-cooldown-is-security-theater-1y3jh9drn","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/npm-s-release-cooldown-is-security-theater-1y3jh9drn"},"datePublished":"2026-07-21T16:36:10.749Z","dateModified":"2026-07-21T16:36:33.333Z","description":"npm's release cooldown feature — adopted by npm, pnpm, and yarn — is argued to be ineffective security theater. The core flaw: if everyone waits for others to...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ac4fac69c5d7fa39bf2f43017bcce270?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ac4fac69c5d7fa39bf2f43017bcce270?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/npm-s-release-cooldown-is-security-theater-1y3jh9drn","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,npm","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"npm's release cooldown is security theater"}]}
```

