Map, assess, and remediate project dependencies with routing to dependency-mapper and security checks.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill majiayu000-claude-skill-registry-skills-devops-dependencies --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Majiayu000 Claude Skill Registry Skills Devops Dependencies?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-majiayu000-claude-skill-registry-skills-devops-dep)More formats (shields.io, HTML) on the badges page.
---
name: dependencies
description: Map, assess, and remediate project dependencies with routing to dependency-mapper and security checks.
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
- Task
- TodoWrite
model: claude-3-5-sonnet
x-version: 3.2.0
x-category: tooling
x-vcl-compliance: v3.1.1
x-cognitive-frames:
- HON
- MOR
- COM
- CLS
- EVD
- ASP
- SPC
---
### L1 Improvement
- Reframed the dependency hub using Prompt Architect constraint extraction and Skill Forge structure-first guardrails.
- Added explicit routing rules (mapper vs audit), confidence ceilings, and memory tagging.
- Simplified execution phases to keep graphing, security, and freshness checks coherent.
## STANDARD OPERATING PROCEDURE
### Purpose
Provide a single entry point for dependency graphing, vulnerability checks, and upgrade planning while routing specialized work to the dependency-mapper subskill when mapping is primary.
### Trigger Conditions
- **Positive:** dependency graph request, vulnerability/audit needs, upgrade planning, circular/unused dependency checks.
- **Negative:** pure build failures (route to build/debug skills) or single-library research (route to language specialist).
### Guardrails
- Structure-first docs: `SKILL.md`, `README.md`, `QUICK-REFERENCE.md`, examples/tests placeholders maintained.
- Use explicit ecosystem detection (npm/pnpm/yarn, pip/poetry, cargo, go mod, maven/gradle, composer); cite evidence.
- Confidence ceilings enforced on findings; call out unverifiable CVEs.
- Memory tagging required for audits and graphs.
### Execution Phases
1. **Intent & Ecosystem Detection** – Identify package managers, lockfiles, and scope; decide if routing to dependency-mapper is needed.
2. **Data Collection** – Build graph/tree, fetch vulnerability reports, capture outdated/unused/circular signals.
3. **Analysis** – Summarize risks (CVE, license, freshness) and stability constraints; map blast radius for upgrades.
4. **Plan & Propose** – Recommend remediation (pin, upgrade, remove, isolate); include commands and expected impacts.
5. **Validation** – Run audits/tests as available; ensure graph/risk deltas improve.
6. **Delivery** – Provide findings, proposed actions, and confidence line with ceiling syntax; archive in memory.
### Output Format
- Ecosystem detection and scope.
- Graph summary (nodes/edges/risks) and key vulnerabilities/outdated packages.
- Remediation plan with commands, owners, and blast radius notes.
- Confidence: X.XX (ceiling: TYPE Y.YY) and memory keys used.
### Validation Checklist
- [ ] Ecosystem detected and mapped; routing decision documented.
- [ ] Vulnerability/freshness data captured with sources.
- [ ] Remediation plan includes rollback/lockfile guidance.
- [ ] Memory tags applied and reports stored.
- [ ] Confidence ceiling declared.
### Integration
- **Subskill:** use `when-mapping-dependencies-use-dependency-mapper` for deep graph visualization.
- **Memory MCP:** `skills/tooling/dependencies/{project}/{timestamp}` for audits, graphs, and remediation notes.
- **Hooks:** pre/post targets aligned to Skill Forge latency bounds.
Confidence: 0.70 (ceiling: inference 0.70) – SOP rewritten to align with Prompt Architect and Skill Forge cadence.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!