dependency-audit
仓库创建 2026年7月1日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
适合自动化依赖检查与引入前审查流程
这个 Skill 做什么
对项目依赖进行漏洞与恶意包审计,管理锁定版本与供应链风险。
负责把项目依赖链里的漏洞和恶意包挑出来:在 CI 或开发阶段做漏洞扫描、恶意包名比对和供应链风险评估,并强制使用锁文件固定版本(如 package-lock、poetry.lock、go.sum)。当你新增依赖、升级库或做发布时用,能减少被后门或零日漏洞波及的可能。特色是把锁定版本、知名度/下载量和恶意包清单结合起来做多重把关。
▸ 展开 SKILL.md 英文原文
Audit project dependencies for known vulnerabilities, malicious packages, and supply chain risks
2
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ShieldNet-360/secure-vibe/main/skills/dependency-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ShieldNet-360/secure-vibe/main/skills/dependency-audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Dependency Audit ## Rules (for AI agents) ### ALWAYS - Pin dependencies to exact versions in lockfiles (`package-lock.json`, `yarn.lock`, `Pipfile.lock`, `poetry.lock`, `go.sum`, `Cargo.lock`). - Cross-check every new dependency name against the bundled malicious-package list in `vulnerabilities/supply-chain/malicious-packages/`. - Prefer well-established packages with high download counts, multiple maintainers, and recent activity over newer alternatives that solve the same problem. - Run the package manager's audit command (`npm audit`, `pip-audit`, `cargo audit`, `govulncheck`) and review reported issues before merging. - Verify the package's repository URL on the package page
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有