
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@readystack/security-headers-csp-lint
Advanced tools
Reads security headers and CSP line by line in your config file and names the lines that silently do nothing: retired headers, keywords missing their quotes, directives the browser throws away.
Reads security headers and CSP line by line in your config file and names the lines that silently do nothing: retired headers, keywords missing their quotes, directives the browser throws away.
npx @readystack/security-headers-csp-lint file
Node 18+. The same 28 rules as the VS Code extension, from a terminal or CI.
--rules lists every rule@readystack/security-headers-csp-lint --dir ./templates --report html --out report.html
Application security consultants doing secure code review bill roughly $120 to $275 an hour, and a security-header and CSP review is a one-to-two hour job per site.
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "security-headers-csp-lint": { "command": "npx", "args": ["-y", "@readystack/security-headers-csp-lint", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.
- name: Security Headers Lint - CSP and Dead Headers
run: npx -y @readystack/security-headers-csp-lint --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/security-headers-csp-lint --dir /work --ci)
The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.
FAQs
Reads security headers and CSP line by line in your config file and names the lines that silently do nothing: retired headers, keywords missing their quotes, directives the browser throws away.
The npm package @readystack/security-headers-csp-lint receives a total of 333 weekly downloads. As such, @readystack/security-headers-csp-lint popularity was classified as not popular.
We found that @readystack/security-headers-csp-lint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.