DeepSeek Harness plugin

dsh-dependency-audit

依赖安全审计:扫描项目依赖的已知漏洞(OSV.dev)并检测过期依赖(npm registry),返回漏洞严重级/修复版本与升级幅度

Jump to install

Source facts

Repository
uckkk/dsh-dependency-audit
Latest update
Aug 19, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/uckkk/dsh-dependency-audit
Plugin: dsh-dependency-audit
Author: uckkk

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-dependency-audit · 依赖安全审计

扫描项目依赖的安全状态:① 通过 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.jsondsh.profile.bundles 中加入 "dsh-dependency-audit"

用法示例

帮我审计这个项目依赖有没有已知漏洞
→ 调用 audit_vulnerabilities(root="/workspace")

哪些依赖过期了,升级幅度多大
→ 调用 audit_outdated(root="/workspace")

说明

  • 漏洞数据来自 OSV.dev(开源漏洞数据库,覆盖 GitHub Advisory 等来源),查询免费无需 key。
  • 只检查已安装(能解析出确切版本)的依赖;node_modules 里解析不到的依赖会跳过。
  • dsh-license-guard(许可证合规)、dsh-secret-scan(密钥扫描)构成安全三件套。

安装

dsh plugin add github:uckkk/dsh-dependency-audit

> 安装即在本机运行第三方代码,请自行审阅源码。

安装

dsh plugin add github:uckkk/dsh-dependency-audit

使用

安装后在会话中调用该插件注册的工具即可。

许可

MIT

> 安装即在本机运行第三方代码,请自行审阅源码。