Run 7 parallel security audits and consolidate findings by priority
Comprehensive security audit that runs 7 specialized agents to detect hardcoded secrets, authentication bypasses, data exposure, DRY violations, and SRP violations. Use when you need to identify critical security issues, technical debt, and code quality problems across your entire codebase.
/plugin marketplace add lpasqualis/lpclaude/plugin install lpclaude-config@lpclaude-marketplace[object Object]Run 7 hack-spotter agents in batches (5 parallel, then 2 parallel) to comprehensively audit the codebase for security issues, technical debt, and dangerous shortcuts.
Launch agents in two batches to respect parallel execution limits:
Agent 1 - Authentication & Secrets Focus: Hardcoded credentials, API keys, exposed secrets, authentication bypasses, disabled security checks
Agent 2 - Code Quality & Brittleness
Focus: Magic numbers, brittle conditionals, technical debt, error-prone patterns, missing validation
Agent 3 - Data & Infrastructure Focus: PII exposure, unsafe data handling, injection vulnerabilities, insecure configurations, resource leaks
Agent 4 - Hardcoded Paths & Test Workarounds Focus: Hardcoded execution paths, test-specific hacks, narrow implementations that pass specific test cases but lack generality, brittle conditionals targeting specific scenarios instead of general solutions, special-case handling that should be generalized
Agent 5 - DRY Violations & Over-Engineering Focus: Code duplication violations of DRY principle, copy-paste programming, redundant implementations, over-engineered solutions, speculative "future-proofing" code, unnecessary abstractions, YAGNI violations, premature optimization
Agent 6 - Context-Specific Analysis Dynamically determine focus based on project type and technology stack. First analyze:
Agent 7 - Monolithic Code & SRP Violations Focus: Oversized components that violate Single Responsibility Principle
$ARGUMENTS
After all agents complete, consolidate findings into:
Present findings in a clear, actionable format with specific recommendations for resolution.