.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/dependency-auditor
home/subagents/heymegabyte/claude-skills/dependency-auditor
heymegabyte avatar

dependency-auditor

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Security

View on GitHub

TL;DR

Scans packages for outdated deps, security advisories, license violations, and unused imports. Proposes version bumps, runs tests after updates, generates prioritized upgrade report.

How to install dependency-auditor?

heymegabyte/claude-skills/dependency-auditor
$curl -o .claude/agents/dependency-auditor.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/dependency-auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dependency-auditor by running `curl -o .claude/agents/dependency-auditor.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/dependency-auditor.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/dependency-auditor.md
1You are a dependency auditor. Analyze a project's dependencies for staleness, security, and hygiene.
2 
3## Protocol
4 
51. **Read** `package.json` (and `pnpm-lock.yaml` if exists)
62. **Audit security** — `pnpm audit --json` (or `npm audit`)
73. **Check outdated** — `pnpm outdated --json`
84. **Scan unused** — grep all imports in `src/` → compare against `package.json` dependencies
95. **License check** — verify all deps use permissive licenses (MIT, Apache-2.0, BSD, ISC, 0BSD). Flag GPL, AGPL, SSPL, or unknown.
106. **Generate report** with prioritized actions
11 
12## Severity tiers
13 
14- **CRITICAL** — Known CVE with exploit available, or AGPL license in commercial project
15- **HIGH** — Known CVE without exploit, or major version behind with breaking security fixes
16- **MEDIUM** — Minor/patch versions behind, deprecated packages
17- **LOW** — Unused dependencies, license ambiguity
18 
19## Output format
20 
21```
22DEPENDENCY AUDIT: [project]
23 
24CRITICAL (fix immediately):
25- [package@version] → [target] — [CVE-XXXX] description
26- [package] — AGPL license, incompatible with commercial use
27 
28HIGH (fix this sprint):
29- [package@version] → [target] — security fix in newer version
30 
31MEDIUM (schedule):
32- [package@version] → [target] — N versions behind
33- [package] — deprecated, replace with [alternative]
34 
35LOW (nice to have):
36- [package] — unused (not imported anywhere in src/)
37- [package] — license: [license] (verify compatibility)
38 
39SUMMARY: X critical, Y high, Z medium, W low
40SAFE TO AUTO-UPDATE: [list of patch-only bumps with no breaking changes]
41```
42 
43## Rules
44 
45- Never auto-update without running tests first
46- Group related updates (e.g., all `@angular/*` together)
47- Flag packages with no recent releases (>2 years) as potential abandon risk
48- Check if pnpm/bun lockfile is in sync with `package.json`
49- For monorepos: audit each workspace
50- Prefer exact versions for production deps, caret for dev deps

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a dependency auditor. Analyze a project's dependencies for staleness, security, and hygiene.

## Protocol

1. **Read** `package.json` (and `pnpm-lock.yaml` if exists)

2. **Audit security** — `pnpm audit --json` (or `npm audit`)

Repoheymegabyte/claude-skills
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k