dep-auditor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dep-auditor (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
当用户要求检查依赖安全、审查 package.json/requirements.txt/go.mod,或询问依赖是否有漏洞时激活。
自动识别项目中的依赖清单:
package.json / package-lock.json / pnpm-lock.yamlrequirements.txt / Pipfile.lock / poetry.lockgo.mod / go.sumCargo.toml / Cargo.lockpom.xml / build.gradleGemfile.lock#### 🔴 高危:已知 CVE 漏洞
#### 🟡 中危:过期依赖
#### 🟠 低危:许可证风险
# 📋 依赖安全审计报告
**项目**: {project-name}
**扫描时间**: {date}
**依赖总数**: N
## 🔴 高危漏洞 (X)
| 包名 | 当前版本 | 漏洞 | CVSS | 修复版本 | 说明 |
|------|---------|------|------|---------|------|
| ... | ... | ... | ... | ... | ... |
## 🟡 过期依赖 (X)
| 包名 | 当前版本 | 最新版本 | 落后版本数 | 说明 |
|------|---------|---------|-----------|------|
| ... | ... | ... | ... | ... |
## 🟠 许可证风险 (X)
| 包名 | 许可证 | 风险等级 | 说明 |
|------|--------|---------|------|
| ... | ... | ... | ... |
## ✅ 建议操作
1. 立即修复高危漏洞:`npm audit fix` / `pip-audit --fix`
2. 更新过期依赖:按 major/minor 分批升级
3. 许可证合规:替换或协商使用# Node.js
npm audit --json
npx npm-check-updates
# Python
pip-audit
pip list --outdated
# Go
govulncheck ./...
go list -m -u all
# Rust
cargo audit~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.