Add Cybersecurity Division with 5 specialized agents#223
Add Cybersecurity Division with 5 specialized agents#223anonym88-ai wants to merge 2 commits intomsitarzewski:mainfrom
Conversation
Code ReviewIssue 1 — New
|
New division filling a major gap — the repo had 144+ agents across 14 categories but zero dedicated cybersecurity specialists. Agents: - Penetration Tester: red team ops, AD attacks, cloud/web pentesting - Incident Responder: digital forensics, breach investigation, crisis coordination - Cloud Security Architect: zero trust, IAM, IaC security, multi-cloud defense - Threat Intelligence Analyst: MITRE ATT&CK, YARA/Sigma rules, adversary tracking - Application Security Engineer: threat modeling, secure code review, SAST/DAST Each agent includes production-quality code examples (Bash, Python, TypeScript, Terraform, Solidity, YARA, Sigma), distinct personality, measurable success metrics, and step-by-step workflows. Also updates convert.sh, install.sh, README.md, and CONTRIBUTING.md to integrate the new division. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add cybersecurity to AGENT_DIRS in lint-agents.sh and to the CI workflow trigger paths and git diff glob so the 5 new agents are linted locally and in CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
e9f6aef to
bbf4b44
Compare
|
Thanks for the thorough review @mhc222! Fixed the lint registration blocker, cybersecurity is now added to both scripts/lint-agents.sh (AGENT_DIRS) and .github/workflows/lint-agents.yml (trigger paths + git diff glob). See commit bbf4b44. Branch has been rebased onto latest main, no conflicts. Ready for re-review. |
|
Hey @anonym88-ai — the Cybersecurity Division is comprehensive and well-structured! Five strong agents covering the full security function. Before we can merge, we need to align on division naming with PR #326 (which proposes a A Discussion has been created to resolve this: #438 Please weigh in there! Once the community aligns, we'll coordinate the merge. Thanks for your patience! |
Agent Information
Category: cybersecurity (new division)
Agents: Penetration Tester, Incident Responder, Cloud Security Architect, Threat Intelligence Analyst, Application Security Engineer
Motivation
The repo has 144+ agents across 14 categories but zero dedicated cybersecurity specialists — a major gap given how critical security is. This PR adds a complete Cybersecurity Division with 5 deeply specialized agents covering both offensive (red team, pentesting) and defensive (IR, threat intel, cloud security, AppSec) disciplines.
Each agent includes:
Testing
Checklist