Clearwing — Summary
Clearwing is an autonomous offensive-security CLI tool (binary: clearwing, PyPI package: clearwing) that runs network penetration testing, source-code vulnerability hunting, N-day exploit development, reverse engineering, and campaign orchestration using an LLM-backed ReAct loop with 63 bound tools. It is a direct open-source reimplementation of Anthropic's internal Glasswing tool, built by Eric Hartford at Lazarus AI using the genai-pyo3 Rust-backed LLM runtime. The source-code hunter pipeline is architecturally sophisticated: it fans out per-file hunter agents with a 4-axis validator (REAL / TRIGGERABLE / IMPACTFUL / GENERAL), uses ASan/UBSan crashes as ground truth, runs PoC stability checks across fresh containers, and emits SARIF/markdown/JSON reports with explicit evidence levels. Clearwing ships both a Textual TUI and a FastAPI/WebSocket web UI in addition to its CLI. The tool requires explicit authorization for authorized testing only and includes human-in-the-loop exploit approval guardrails.
Differs from seeds: No seed is architecturally similar — this is a security research platform, not a development workflow harness. The closest by distribution pattern is agent-os (bash-bundle, standalone-repo), but Clearwing is substantially more complex. Among seeds, claude-flow (Archetype 3: MCP-anchored multi-agent with a hive-mind) is most analogous in terms of multi-model routing and parallel agent fan-out, but Clearwing's domain is offensive security rather than code generation, and it has no Claude Code skill layer.