| 1 | <div align="center"> |
| 2 | <img src="images/logo.png" alt="CyberStrikeAI Logo" width="200" > |
| 3 | </div> |
| 4 | |
| 5 | # CyberStrikeAI |
| 6 | |
| 7 | |
| 8 | [中文](README_CN.md) | [English](README.md) |
| 9 | |
| 10 | **The system of action for AI-native cybersecurity—where intent becomes governed execution, evidence becomes operational memory, and every operation improves the next.** |
| 11 | |
| 12 | CyberStrikeAI connects planning, execution, human oversight, evidence, and replay in one auditable workspace. Built in Go, it combines Eino-powered agents, MCP-native tools, RAG knowledge, visual workflows, and attack-chain modeling and analysis for authorized security operations. |
| 13 | |
| 14 | **Start here:** [Quick start](#quick-start-one-command-deployment) · [Documentation](docs/en-US/README.md) · [Security hardening](docs/en-US/security-hardening.md) |
| 15 | |
| 16 | > [!IMPORTANT] |
| 17 | > Use CyberStrikeAI only on systems you own or are explicitly authorized to test. For shared or production environments, review the [security model](docs/en-US/security-model.md) and [hardening guide](docs/en-US/security-hardening.md) before enabling high-risk tools, WebShell, or C2 capabilities. |
| 18 | |
| 19 | ## Interface & Integration Preview |
| 20 | |
| 21 | <div align="center"> |
| 22 | |
| 23 | ### System Dashboard Overview |
| 24 | |
| 25 | <table> |
| 26 | <tr> |
| 27 | <td width="50%" align="center"> |
| 28 | <strong>Light Mode</strong><br/> |
| 29 | <img src="./images/dashboard.png" alt="System Dashboard (Light)" width="100%"> |
| 30 | </td> |
| 31 | <td width="50%" align="center"> |
| 32 | <strong>Dark Mode</strong><br/> |
| 33 | <img src="./images/dark.png" alt="System Dashboard (Dark)" width="100%"> |
| 34 | </td> |
| 35 | </tr> |
| 36 | </table> |
| 37 | |
| 38 | *The dashboard provides a comprehensive overview of system runtime status, security vulnerabilities, tool usage, and knowledge base, helping users quickly understand the platform's core features and current state.* |
| 39 | |
| 40 | <details> |
| 41 | <summary><strong>More interface screenshots</strong></summary> |
| 42 | |
| 43 | ### Core Features Overview |
| 44 | |
| 45 | <table> |
| 46 | <tr> |
| 47 | <td width="33.33%" align="center"> |
| 48 | <strong>Web Console</strong><br/> |
| 49 | <img src="./images/web-console.png" alt="Web Console" width="100%"> |
| 50 | </td> |
| 51 | <td width="33.33%" align="center"> |
| 52 | <strong>Task Management</strong><br/> |
| 53 | <img src="./images/task-management.png" alt="Task Management" width="100%"> |
| 54 | </td> |
| 55 | <td width="33.33%" align="center"> |
| 56 | <strong>Vulnerability Management</strong><br/> |
| 57 | <img src="./images/vulnerability-management.png" alt="Vulnerability Management" width="100%"> |
| 58 | </td> |
| 59 | </tr> |
| 60 | <tr> |
| 61 | <td width="33.33%" align="center"> |
| 62 | <strong>WebShell Management</strong><br/> |
| 63 | <img src="./images/webshell-management.png" alt="WebShell Management" width="100%"> |
| 64 | </td> |
| 65 | <td width="33.33%" align="center"> |
| 66 | <strong>MCP Management</strong><br/> |
| 67 | <img src="./images/mcp-management.png" alt="MCP management" width="100%"> |
| 68 | </td> |
| 69 | <td width="33.33%" align="center"> |
| 70 | <strong>Knowledge Base</strong><br/> |
| 71 | <img src="./images/knowledge-base.png" alt="Knowledge Base" width="100%"> |
| 72 | </td> |
| 73 | </tr> |
| 74 | <tr> |
| 75 | <td width="33.33%" align="center"> |
| 76 | <strong>Skills Management</strong><br/> |
| 77 | <img src="./images/skills.png" alt="Skills Management" width="100%"> |
| 78 | </td> |
| 79 | <td width="33.33%" align="center"> |
| 80 | <strong>Agent Management</strong><br/> |
| 81 | <img src="./images/agent-management.png" alt="Agent Management" width="100%"> |
| 82 | </td> |
| 83 | <td width="33.33%" align="center"> |
| 84 | <strong>Role Management</strong><br/> |
| 85 | <img src="./images/role-management.png" alt="Role Management" width="100%"> |
| 86 | </td> |
| 87 | </tr> |
| 88 | <tr> |
| 89 | <td width="33.33%" align="center"> |
| 90 | <strong>System Settings</strong><br/> |
| 91 | <img src="./images/settings.png" alt="System settings" width="100%"> |
| 92 | </td> |
| 93 | <td width="33.33%" align="center"> |
| 94 | <strong>MCP stdio Mode</strong><br/> |
| 95 | <img src="./images/mcp-stdio2.png" alt="MCP stdio mode" width="100%"> |
| 96 | </td> |
| 97 | <td width="33.33%" align="center"> |
| 98 | <strong>Burp Suite Plugin</strong><br/> |
| 99 | <img src="./images/plugins.png" alt="Burp Suite plugin" width="100%"> |
| 100 | </td> |
| 101 | </tr> |
| 102 | </table> |
| 103 | |
| 104 | </details> |
| 105 | |
| 106 | </div> |
| 107 | |
| 108 | ## Highlights |
| 109 | |
| 110 | ### Agents and orchestration |
| 111 | |
| 112 | - 🤖 **Agentic execution** translates natural-language intent into governed, auditable security actions. |
| 113 | - 🧩 **Eino orchestration** supports single-agent execution plus Deep, Plan-Execute, an |