Agent Skills
› cobusgreyling/loop-engineering
› dependency-triage
dependency-triage
GitHub自动化扫描项目依赖,识别过期包与安全漏洞。依据严重程度分类,自动处理补丁级更新,升级关键问题至人工审核,并输出优先级列表以维护依赖安全与稳定。
Trigger Scenarios
需要检查项目依赖过时情况
发现或怀疑存在依赖安全漏洞
定期执行依赖健康度审计
Install
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.
Version History
- e55bb6d Current 2026-07-05 11:06


