Agent Skillsmtarcure/claude-vibe-squad › dependency-health-triage

dependency-health-triage

GitHub

将原始漏洞扫描结果转化为可行动的依赖项清单。通过分析真实依赖图、验证漏洞可达性与利用前提,结合维护风险进行优先级排序,并明确修复方案或接受风险的依据。

.agents/skills/dependency-health-triage/SKILL.md mtarcure/claude-vibe-squad

Trigger Scenarios

收到包含大量依赖告警的锁文件或漏洞扫描报告 需要评估依赖项的真实安全风险和维护健康度

Install

npx skills add mtarcure/claude-vibe-squad --skill dependency-health-triage -g -y
More Options

Non-standard path

npx skills add https://github.com/mtarcure/claude-vibe-squad/tree/main/.agents/skills/dependency-health-triage -g -y

Use without installing

npx skills use mtarcure/claude-vibe-squad@dependency-health-triage

指定 Agent (Claude Code)

npx skills add mtarcure/claude-vibe-squad --skill dependency-health-triage -a claude-code -g -y

安装 repo 全部 skill

npx skills add mtarcure/claude-vibe-squad --all -g -y

预览 repo 内 skill

npx skills add mtarcure/claude-vibe-squad --list

SKILL.md

Frontmatter
{
    "name": "dependency-health-triage",
    "audience": "specialist",
    "description": "Use when a lockfile or vulnerability-scanner dump contains many dependency alerts and you must decide what actually needs action: derive the resolved transitive graph, merge advisories, prove vulnerable-symbol reachability and preconditions, rank intrinsic impact, assess maintenance risk, and name fixes or accepted-risk revisit conditions. Not for one vendored codebase's patch-parity review."
}

Dependency Health Triage

Turn a raw vulnerability-scanner dump into a short, ranked list of dependencies that actually need action.

Steps

  1. Produce the true dependency graph, direct and transitive, from the lockfile rather than the manifest; the manifest understates what ships.
  2. Run the scanners available on the host (osv-scanner, trivy, npm audit, pip-audit) and merge results by package and version, deduplicating advisories that describe the same defect.
  3. For each advisory, determine reachability: is the vulnerable symbol called, on which path, and with what input? An unreached CVE is inventory, not risk.
  4. Check exploitation preconditions the advisory assumes — a specific configuration, a parser mode, an exposed listener — against how this project actually uses the package.
  5. Rank surviving items with review-severity-ladder, using intrinsic impact, not CVSS alone; CVSS is context-free and systematically overstates.
  6. Assess maintenance health separately from vulnerabilities: release cadence, single-maintainer risk, unmaintained transitive pins, and packages whose upstream has been renamed or transferred.
  7. For each actionable item, name the fix — version bump, pin, patch, replace, or accept — and the compatibility risk of that fix.
  8. Record accepted risks explicitly with the reason and a revisit condition, so acceptance is a decision rather than a silence.

Acceptance

  • Findings come from the lockfile graph, with transitive dependencies included.
  • Every retained finding states its reachability and the calling path.
  • Unreachable and precondition-unmet advisories are listed as suppressed, with the reason.
  • Ranking uses intrinsic impact; raw CVSS is not the sole justification.
  • Each action names the fix and its compatibility risk; accepted risks state a revisit condition.

Version History

  • d5262e2 Current 2026-09-11 11:16

Same Skill Collection

.agents/skills/accessible-media-authoring/SKILL.md
.agents/skills/agent-prompt-engineering/SKILL.md
.agents/skills/agentic-safety-audit/SKILL.md
.agents/skills/audio-event-map-authoring/SKILL.md
.agents/skills/auto-scaffold/SKILL.md
.agents/skills/claim-verification/SKILL.md
.agents/skills/code-reachability-audit/SKILL.md
.agents/skills/code-review-loop/SKILL.md
.agents/skills/color-theory/SKILL.md
.agents/skills/conversation-design/SKILL.md
.agents/skills/copy-refinement/SKILL.md
.agents/skills/cross-file-relationship-synthesis/SKILL.md
.agents/skills/dependency-cycle-audit/SKILL.md
.agents/skills/detection-as-code/SKILL.md
.agents/skills/diff-aware-semgrep-scan/SKILL.md
.agents/skills/differential-review/SKILL.md
.agents/skills/dimensional-analysis-check/SKILL.md
.agents/skills/dual-level-retrieval/SKILL.md
.agents/skills/figma-implement-design/SKILL.md
.agents/skills/forensic-timeline-authoring/SKILL.md
.agents/skills/game-design-fundamentals/SKILL.md
.agents/skills/game-mechanics-balancing/SKILL.md
.agents/skills/head-tail/SKILL.md
.agents/skills/incident-response-runbook/SKILL.md
.agents/skills/interactive-audio-design/SKILL.md
.agents/skills/interface-ambiguity-check/SKILL.md
.agents/skills/keyword-clustering/SKILL.md
.agents/skills/knowledge-base-integration/SKILL.md
.agents/skills/layered-analysis-loop/SKILL.md
.agents/skills/level-design-patterns/SKILL.md
.agents/skills/locale-adaptation/SKILL.md
.agents/skills/narrative-structure/SKILL.md
.agents/skills/platform-compliance/SKILL.md
.agents/skills/player-engagement-psychology/SKILL.md
.agents/skills/requirements-elicitation/SKILL.md
.agents/skills/rule6-rights-gate/SKILL.md
.agents/skills/rule8-truth-gate/SKILL.md
.agents/skills/sandbox-provision-discipline/SKILL.md
.agents/skills/scope-decomposition/SKILL.md
.agents/skills/scope-estimation/SKILL.md
.agents/skills/security-ownership-map/SKILL.md
.agents/skills/security-threat-model/SKILL.md
.agents/skills/semgrep-rule-author/SKILL.md
.agents/skills/skill-description-trigger-authoring/SKILL.md
.agents/skills/sound-design-principles/SKILL.md
.agents/skills/structured-data-authoring/SKILL.md
.agents/skills/supply-chain-audit/SKILL.md
.agents/skills/take-over-resume/SKILL.md
.agents/skills/technical-seo-audit/SKILL.md

Metadata

Files
0
Version
d5262e2
Hash
e9a9dd21
Indexed
2026-09-11 11:16

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-13 05:02
浙ICP备14020137号-1 $Map of visitor$