NERF Open Source AI Security Engineering Platform Enters Public Beta

What NERF Does
NERF is an AI security engineering platform and autonomous coding agent that covers offensive, defensive, and everything in between. The platform includes 1,563 security techniques across 117 domains, organized into 9 auto-detected operating modes:
- 🔴 RED - Attack paths, exploitation, C2, lateral movement
- 🔵 BLUE - Detection engineering, Sigma/KQL/SPL rules, hardening, threat hunting
- 🟣 PURPLE - ATT&CK mapping, adversary emulation, detection coverage, gap analysis
- 🔍 RECON - OSINT, passive/active recon, asset discovery
- 🚨 INCIDENT - Triage, digital forensics, containment, timeline reconstruction
- 🏗️ ARCHITECT - Zero trust, threat modeling (STRIDE/DREAD/PASTA)
- 🔧 BUILD - Security tooling, automation, CI/CD security, IaC
- 🟢 PRIVACY - GDPR, CCPA, HIPAA, DPIAs, OpSec
- 🔬 RESEARCHER - Vulnerability research, CVE analysis, threat intel
BUILD mode layers on top of any other mode. RED+BUILD produces offensive tools, BLUE+BUILD produces defensive automation.
Technical Architecture
Under the hood, NERF includes:
- 26 LLM providers (Claude, OpenAI, Ollama, OpenRouter, etc.) via unified routing layer with per-phase model selection (cheap models for research, expensive for planning)
- RAG pipeline over 96 knowledge docs (17,800+ chunks, FTS5 indexed)
- Cross-session memory that persists across engagements
- Compliance automation for 39 frameworks (NIST 800-53, SOC 2, PCI DSS 4.0, HIPAA, GDPR, ISO 27001, FedRAMP, EU AI Act, and more)
- Full engagement engine: work decomposition, auto mode, budget enforcement, crash recovery, git worktree isolation
- REST API (16 endpoints), MCP server, Signal bot, full CLI
- ~6,900 tests passing
Getting Started
Quick start commands:
npm install -g @defconxt/nerf
nerf setup
nerf doctor
nerf (in your project directory)Example usage:
nerf scan https://example.com
nerf compliance SOC2
nerf how do I detect Kerberoasting
nerf red --auto pentest the targetAdditional Resources
The main site also includes threat actor profiles and comprehensive dossiers, privacy protection tools, and automated IT/Cybersecurity News aggregated into one spot. This is a public beta - not accepting contributions yet, but feedback is welcome via GitHub issues.
📖 Read the full source: r/ClaudeAI
👀 See Also

One-Command Docker Setup for OpenClaw with Full-Disk Encryption and Monitoring
A Docker setup for OpenClaw that provides full-disk encryption guides, Tini as PID 1, built-in monitoring tools, and data stored as plain files on the host. Deployment requires just two commands: git clone and ./shell.

Ultimate Unreal Engine MCP: Claude Code Can Now Build and Verify Unreal Engine Levels with 132 Tools
Open-source MCP server exposes 132 tools across 26 domains, letting Claude spawn actors, set UPROPERTY values, take viewport screenshots, navigate cameras, and self-correct after mutations.

AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities
AIMEAT is a self-hosted protocol and server that lets humans, AI agents, and local LLMs share apps, knowledge, and capabilities over HTTP/JSON. No vendor lock, no special SDK — plain prompts and URL fetches.

0Latency: A Persistent Memory Layer for AI Agents via MCP
0Latency is an MCP server that adds persistent memory to Claude and other AI agents, storing memories across sessions to prevent context loss. It works natively with Claude Desktop, Claude Code, claude.ai, GPT, Gemini, Cursor, and any MCP-compatible agent.