Three-tier adversarial code audit system
npx claudepluginhub glubiz/claude-code-auditThree-tier adversarial code audit system that catches AI slop, enforces code quality, and prevents people-pleasing
Three-tier adversarial code review plugin for Claude Code. Catches AI slop, enforces code quality, prevents people-pleasing, and verifies CLAUDE.md compliance.
When triggered, the plugin runs three sequential tiers:
Anti-slop detection:
Code quality assurance: 10. Security (always CRITICAL) 11. Performance 12. Readability
Project rules compliance: 13. CLAUDE.md / AGENTS.md violations
Requires Claude Code and the superpowers plugin.
# Add the marketplace
/plugin marketplace add https://github.com/Glubiz/claude-code-audit.git
# Install the plugin
/plugin install claude-code-audit@claude-code-audit
# Activate
/reload-plugins
/audit
Runs the full three-tier audit against your current uncommitted changes. If no changes exist, it offers to audit the last commit.
The plugin also triggers automatically:
superpowers:code-reviewer subagent completessuperpowers:finishing-a-development-branch/audit --skip — Bypass a FAIL gate (recorded in state)/audit --last-commit — Audit the last commit when no uncommitted changes exist/audit --with-ci — Also run matching CI quality jobs via gitlab-ci-local (opt-in)The audit produces structured, machine-parseable output:
## Audit Result
**verdict:** FAIL
**blocking_issues:** 1
**total_issues:** 4
### CRITICAL
- file: src/auth.ts:42
issue: SQL injection via unsanitized user input
action: Use parameterized query instead of string concatenation
category: security
### IMPORTANT
- file: src/utils.ts:10-15
issue: formatDate helper has single caller
action: Inline into src/components/Header.ts:23
category: unjustified-abstraction
### NEXT_STEPS
1. Fix SQL injection in auth.ts
2. Inline formatDate helper
Verdicts:
PASS — No issues foundPASS_WITH_WARNINGS — IMPORTANT/MINOR issues only (advisory, does not block)FAIL — CRITICAL issues found (blocks progress until fixed)This plugin complements, not replaces, the superpowers code-reviewer. The code-reviewer focuses on correctness and architecture. This audit focuses on slop detection and quality enforcement. They run sequentially — code-reviewer first, then this audit.
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations