From a4db022e33914b6698a845acb53bcc1a1fb7490f Mon Sep 17 00:00:00 2001 From: Mehdi BOUTAYEB <53473126+Dark-Moon-X@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:41:56 +0200 Subject: [PATCH] Add Darkmoon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64858d4..cfa6468 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This list is organized by the **security lifecycle** of an autonomous agent, cov ## ⚔️ Red Teaming & Vulnerability Scanners *Offensive tools to test agents for security flaws, loop conditions, and unauthorized actions.* +- **[Darkmoon](https://github.com/ASCIT31/Dark-Moon)** - An open-source (GPL-3.0) autonomous AI pentest platform and MCP host. It runs per-tech offensive sub-agents, covers Active Directory and Kubernetes, orchestrates 80+ offensive tools, and keeps an evidence trail per finding. - **[Strix](https://github.com/usestrix/strix)** - An autonomous AI agent designed for penetration testing. It runs inside a docker sandbox to actively probe applications and generate verified exploit capabilities. - **[PyRIT](https://github.com/Azure/PyRIT)** - Microsoft's open-source red teaming framework for generative AI. It automates multi-turn adversarial attacks to test if an agent can be coerced into harmful behavior. - **[Agentic Security](https://github.com/msoedov/agentic_security)** - A dedicated vulnerability scanner for agent workflows and LLMs capable of running multi-step jailbreaks and fuzzing attacks against agent logic.