10-layer defense pipeline with kill chain mapping, self-healing, self-learning, and compliance reporting. Local-first, zero cloud deps. - 72 detection rules across 7 kill chain phases - 294 unit tests, 500+ attack corpus samples - Management dashboard (Next.js 15, 10 pages) - Automated resistance testing (2x daily, 31 probes) - MITRE ATLAS, OWASP LLM Top 10, EU AI Act compliance - Integrations: Next.js middleware, Ollama, n8n - PostgreSQL 17 + pgvector for persistent learning
49 lines
399 B
Plaintext
49 lines
399 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.dev.vars
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test
|
|
coverage/
|
|
*.log
|
|
|
|
# Wrangler
|
|
wrangler.toml
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# Next.js
|
|
app/.next/
|
|
app/out/
|
|
|
|
# Playwright
|
|
.playwright-mcp/
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Benchmarks (regenerated)
|
|
benchmarks/
|
|
|
|
# PM2 logs
|
|
logs/
|
|
*.log
|