AIAny
AI Agent2025
Icon for item

CyberStrikeAI

Drives penetration testing from chat commands, orchestrating 100+ security tools through an MCP-native multi-agent engine on CloudWeGo Eino. Adds attack-chain graphs, risk scoring, and human-in-the-loop approval gates for authorized use.

Introduction

Most "AI pentest" tools are a chat box bolted onto a single scanner. CyberStrikeAI makes the opposite bet: the hard part of an engagement isn't running nmap, it's deciding what to run next and stitching scattered results into a coherent attack chain. So it wires 100+ existing security tools behind a planning agent and records the whole path as a replayable graph.

What Sets It Apart
  • Multi-agent orchestration on the CloudWeGo Eino ADK, with deep, plan-execute, and supervisor modes — the same toolset can run as one reasoning agent or a supervised team, depending on how much autonomy you're willing to grant.
  • 100+ tools exposed through a YAML recipe system plus native MCP (HTTP, stdio, SSE) and MCP federation — adding or swapping a scanner is configuration, not code, and external MCP servers plug in without forking.
  • An attack-chain graph with risk scoring and step-by-step replay — a finding is not just a log line; you can trace exactly how access was reached and re-run it.
  • Provider-agnostic, driving any OpenAI-compatible model (GPT, Claude, DeepSeek) — sensitive engagements can stay on a self-hosted or local model.
Who It's For

Great fit if you are a red teamer or security researcher who already lives in a CLI toolchain and wants an agent to absorb the orchestration, note-taking, and reporting overhead — particularly in labs, CTFs, or sanctioned engagements where reproducibility matters. Look elsewhere if you want a turnkey, one-click scanner, or cannot supply written authorization: the project bundles a lightweight C2 and WebShell management and is explicitly scoped to systems you are authorized to test. The human-in-the-loop approval modes and tool allowlists exist precisely because unsupervised autonomous exploitation is risky, and running it without permission is illegal.

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).