Audit Plugins banner
sgaunet sgaunet

Audit Plugins

Security community

Description

--- description: Audit all plugins for adherence to Claude Code official best practices allowed-tools: Read, Grep, Glob, Bash(find:*), Bash(wc:*), Task, WebFetch --- # Audit Plugins Command Scan all plugin definitions in this marketplace and compare them against official Claude Code documentation. Produce a scored audit report with prioritized findings. ## Process ### Step 1: Discover Plugin Structure Use `Glob` to enumerate all files to audit: - `plugins/*/agents/*.md` — agent definitions

Installation

Installs to ~/.claude/commands/sgaunet-claude-plugins-audit-plugins.md

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

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

Full documentation available on GitHub

View Source Repository