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
14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"name": "@shieldx/ollama-proxy",
|
|
"version": "0.1.0",
|
|
"description": "ShieldX protection proxy for Ollama — scans every prompt for injection attacks",
|
|
"type": "module",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"dependencies": {},
|
|
"license": "Apache-2.0"
|
|
}
|