feat(evolution): add incident-responder agent for server incident response and forensics

This commit is contained in:
NW
2026-05-09 13:31:20 +01:00
parent 8788261d4f
commit c031c4b9e5
14 changed files with 931 additions and 0 deletions

View File

@@ -247,6 +247,14 @@
"mode": "subagent",
"color": "#3776AB",
"category": "core"
},
"incident-responder": {
"file": ".kilo/agents/incident-responder.md",
"description": "Server incident response and system hardening specialist. Handles live forensics, malware removal, persistence hunting, SSH-based server cleanup, and post-incident hardening. Works with any OS and panel.",
"model": "ollama-cloud/kimi-k2.6:cloud",
"mode": "subagent",
"color": "#B91C1C",
"category": "core"
}
},
"commands": {