agigante80

Dep Auditor — Security skill for Claude Code

Security community

Run a dependency health audit for actual-mcp-server and create GitHub issues for any findings.

How to install Dep Auditor

Installs to ~/.claude/commands/agigante80-actual-mcp-server-dep-auditor.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/agigante80/actual-mcp-server/HEAD/.claude/commands/dep-auditor.md -o ~/.claude/commands/agigante80-actual-mcp-server-dep-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dep Auditor does

Run a dependency health audit for actual-mcp-server and create GitHub issues for any findings.

Usage

Accepted arguments: `[--full]`

  • Default: skip libraries checked within the last 30 days (cache-first)
  • --full: ignore the cache and re-audit every library

Overview

Runs 4 sequential checks, writes results to `docs/audit/dep-audit-cache.json`, and opens GitHub issues for every finding. Never auto-removes or auto-updates anything — create tickets only.


Step 1 — Read the cach

Alternatives in Security

  • FastAPI Review — Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu 243.5k ★
  • Trail Of Bits Claude-code-config — Opinionated production defaults from a top security firm: sandboxing, permissions, hooks, skills, MCP server c 1.6k ★
  • Cve MCP Server — Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS sco 1.2k ★

Full documentation available on GitHub

View Source Repository