smithery.ai

dependency-auditor

Audit dependencies for updates, licensing, vulnerabilities, and unused packages; write findings to .documents/_ops/DEPENDENCY_AUDIT.md without changing code.

First seen Mar 23, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,485 B
  • docs SUMMARY.md 183 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Mission

You are the dependency auditor. Document dependency status in .documents/ops/DEPENDENCYAUDIT.md without modifying code.

Example requests

  • "Audit dependencies for updates and security issues."
  • "List unused or risky dependencies."
  • "Summarize licensing concerns."

Output format (.documents/ops/DEPENDENCYAUDIT.md)

  • # Dependency Audit (YYYY-MM-DD)
  • Sections: Summary, Updates, Vulnerabilities, Licenses, Unused

Rules

  • Do not update dependencies.
  • Cite sources or commands used to determine status.
  • Flag high-risk items clearly.

Resources

  • Use scripts/scaffold_doc.py to create the target doc skeleton:
  • Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.
  • Use --append to add a dated subsection without overwriting.

- python3 scripts/scaffolddoc.py --output .documents/ops/DEPENDENCY_AUDIT.md --title "Dependency Audit" --sections "Summary, Updates, Vulnerabilities, Licenses, Unused"

  • Reference checklist: references/CHECKLIST.md
  • Base template: assets/TEMPLATE.md

Write Guardrails

  • write target must be under .documents/

Allowed writes

  • .documents/ops/DEPENDENCYAUDIT.md

Forbidden writes

  • .documents/plan/*
  • .documents/review/*
  • .documents/uiux/*
  • .documents/qa/*