Adaptive security toolkit for AI agents. Assess inputs for prompt injection, scan outputs for credential/PII leaks, teach new attack patterns to semantic memory, harden prompts with role-lock and sandboxing, and monitor metrics — all locally via MCP. Zero false positives on benchmarks, 179 tests, Apache-2.0.
Server Config
{
"mcpServers": {
"agent-immune": {
"command": "python",
"args": [
"-m",
"agent_immune",
"serve",
"--transport",
"stdio"
]
}
}
}