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

@@ -498,6 +498,26 @@
"subagent": "deny"
}
}
},
"incident-responder": {
"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.",
"mode": "subagent",
"model": "ollama-cloud/kimi-k2.6:cloud",
"color": "#B91C1C",
"permission": {
"read": "allow",
"edit": "allow",
"write": "allow",
"bash": "allow",
"glob": "allow",
"grep": "allow",
"task": {
"*": "deny",
"code-skeptic": "allow",
"orchestrator": "allow",
"subagent": "deny"
}
}
}
}
}