
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.
dsh-dependency-audit
Advanced tools
扫描项目依赖的安全状态:① 通过 OSV.dev 查询每个依赖的已知漏洞;② 对比 npm registry 检测过期依赖。纯 Node 实现,仅需联网访问 osv.dev 与 npm registry。
| 工具 | 作用 |
|---|---|
audit_vulnerabilities | 批量查询 OSV.dev,返回受影响依赖的漏洞 ID、严重级、摘要、修复版本 |
audit_outdated | 对比已安装 vs 最新版本,返回过期依赖与升级幅度(major/minor/patch) |
dsh plugin add dsh-dependency-audit
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-dependency-audit"。
帮我审计这个项目依赖有没有已知漏洞
→ 调用 audit_vulnerabilities(root="/workspace")
哪些依赖过期了,升级幅度多大
→ 调用 audit_outdated(root="/workspace")
node_modules 里解析不到的依赖会跳过。dsh-license-guard(许可证合规)、dsh-secret-scan(密钥扫描)构成安全三件套。FAQs
依赖安全审计:扫描项目依赖的已知漏洞(OSV.dev)并检测过期依赖(npm registry),返回漏洞严重级/修复版本与升级幅度
The npm package dsh-dependency-audit receives a total of 17 weekly downloads. As such, dsh-dependency-audit popularity was classified as not popular.
We found that dsh-dependency-audit 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.