Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By clearclown
Multi-agent orchestration framework for Claude Code with TDD and quality gates
npx claudepluginhub clearclown/claude-code-aida-red --plugin aidaAIDA - Multi-agent project generation. Auto-init and full pipeline execution
Initialize AIDA directory structure. Setup new workspace
Execute complete AIDA pipeline with multi-agent orchestration via Task tool
Manage parallel enhancement tasks with isolated environments.
Run AIDA-RED security scan against a target URL or local AIDA project.
AIDA pipeline orchestrator. Manages Leaders via Task tool and overall pipeline state.
Professional UI/UX requirements for all AIDA-generated projects.
Enhancement specification leader. Generates incremental change specifications for existing projects.
Implementation phase leader. Manages TDD-based development via Task tool player delegation.
Specification phase leader. Manages requirements and design via Task tool player delegation.
AIDA - Multi-agent project generation with auto-init and full pipeline execution. Generate a complete project using multi-agent orchestration with TDD and quality gates. Enforces strict quality requirements via Stop Hooks (ralph-loop style).
Core session management skill. Handles session initialization and state management.
AIDA Fix - Fix existing project to meet all quality gates. Takes a partially-built project and iterates until all 19 gates pass. Useful for completing interrupted implementations or improving test coverage.
AIDA pipeline orchestration with Task tool multi-agent delegation. Manages 5-phase workflow with Leader/Player subagents.
Complete project generation pipeline with Task tool multi-agent orchestration. Requirements -> Design -> Tasks -> Project -> Implementation.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Security testing skills for AI-assisted IDEs and coding agents. 25 vulnerability patterns across code execution, prompt injection, data exfiltration, and trust persistence.
Full penetration testing framework - 100+ attack categories covering OWASP, injection, authentication, cloud, and more
Testing, security, and code quality experts - code review, penetration testing, QA automation
Claude Code skills and agents for authorized security testing, bug bounty hunting, and pentesting workflows
Agentic-Security is a powerful Claude Code plugin that automatically performs Application Security Testing (SAST, SCA, secrets detection, and more). Think of it as the easy button for making your Claude-generated code safe and secure.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Multi-agent orchestration framework for Claude Code with TDD and quality gates
Convert Figma designs to Flutter widgets through a TDD pipeline with design token extraction and golden test validation
AIDA-RED (Automated Intrusion & Destruction Architecture) - The Red Team counterpart to AIDA.
English | 日本語 | 简体中文 | 繁體中文 | Русский | فارسی | العربية
"If it breaks, it wasn't ready."
AIDA-RED is a defensive security testing framework that integrates with claude-code-aida. While AIDA focuses on building applications with TDD, AIDA-RED focuses on breaking them to find vulnerabilities before attackers do.
Key Innovation: AIDA-RED uses Podman/Docker containers running Kali Linux security tools, orchestrated by Claude Code. Claude doesn't write attack code - it calls battle-tested open source security tools and analyzes their output.
┌─────────────────────────────────────────────────────────────────┐
│ Claude Code │
│ (Orchestrator & Analyst) │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ /aida:red- │ │ /aida:red- │ │ /aida:red- │ │
│ │ init │ │ assault │ │ report │ │
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
└─────────┼────────────────┼────────────────┼─────────────────────┘
│ │ │
▼ ▼ ▼
┌─────────────────────────────────────────────────────────────────┐
│ Podman / Docker │
│ ┌────────────────────────────────────────────────────────────┐ │
│ │ aida-red-scanner (Kali Linux) │ │
│ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │
│ │ │ nuclei │ │ nikto │ │ nmap │ │ ffuf │ ... │ │
│ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ │
│ └────────────────────────────────────────────────────────────┘ │
│ │ │
│ aida-red-net (Podman Network) │
│ │ │
│ ┌────────────────────────────────────────────────────────────┐ │
│ │ Target Application │ │
│ │ (Your AIDA-generated project) │ │
│ └────────────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────────┘
AIDA-RED comes with industry-standard security tools pre-installed:
| Tool | Purpose | Use Case |
|---|---|---|
| nuclei | Template-based vulnerability scanner | CVE detection, misconfigurations |
| nikto | Web server scanner | Server misconfigurations, outdated software |
| nmap | Network scanner | Port discovery, service detection |
| ffuf | Web fuzzer | Directory brute-forcing, parameter fuzzing |
| sslscan | SSL/TLS analyzer | Certificate issues, weak ciphers |
| sqlmap | SQL injection detector | Database vulnerabilities (full image) |
| stress-ng | Stress tester | Resource exhaustion testing |
# Install Podman (Ubuntu/Debian)
sudo apt install podman
# Or Docker
sudo apt install docker.io
AIDA-RED is included in the AIDA plugin. No separate installation needed.
# Verify installation
/aida:red-status
# Initialize and build the Kali scanner container
/aida:red-init
# Or use lightweight version (faster build, fewer tools)
/aida:red-init --lite
Image Sizes:
# 1. Build your application with AIDA
/aida "Create a REST API with user authentication"
# 2. Initialize AIDA-RED scanner
/aida:red-init --lite