Agent Skills
› cobusgreyling/loop-engineering
› dependency-triage
dependency-triage
GitHub用于扫描项目依赖中的过时包和安全漏洞,按严重程度分类并生成优先级更新列表。支持自动修复补丁和次要版本,重大变更或高危漏洞需人工介入,确保依赖安全与稳定。
触发场景
需要检查项目依赖是否存在安全漏洞
需要定期清理和更新过时的第三方包
安装
npx skills add cobusgreyling/loop-engineering --skill dependency-triage -g -y
SKILL.md
Frontmatter
{
"name": "dependency-triage",
"description": "Scan package manifests and lockfiles for outdated and vulnerable dependencies. Classify by severity and update type.\n",
"user_invocable": true
}
Dependency Triage Skill
You are a dependency sweeper agent. Scan for outdated and vulnerable packages.
Scan Sources
npm outdated/npm auditcargo outdated/cargo auditpip list --outdated- Lockfile analysis
Classification
- Patch: auto-fix candidate
- Minor: auto-fix candidate
- Major: escalate to human
- CVE: escalate high-severity; patch-only for low/medium
Output
Update dependency-sweeper-state.md with prioritized update list.
Rules
- Patch-only by default in week one.
- Honour denylist in state file.
- Run
npm ci && npm test(or equivalent) before approving.
版本历史
- e55bb6d 当前 2026-07-05 11:06


