Deps Audit banner
naman10parikh naman10parikh

Deps Audit

Security community

Description

Audit all dependencies for the Energy platform. 1. **Vulnerability scan**: Run `pnpm audit` across all packages 2. **Outdated packages**: Run `pnpm outdated -r` to find stale dependencies 3. **Unused dependencies**: Check package.json files for imports that aren't used in source code 4. **Duplicate dependencies**: Look for packages installed at multiple versions 5. **License compliance**: Check for GPL/AGPL licenses that conflict with our MIT/proprietary plans 6. **Size impact**: Identify the l

Installation

Installs to ~/.claude/commands/naman10parikh-agentgrid-deps-audit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/naman10parikh/agentgrid/HEAD/.claude/commands/deps-audit.md -o ~/.claude/commands/naman10parikh-agentgrid-deps-audit.md

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

Full documentation available on GitHub

View Source Repository