Add Senior SecOps Engineer - Security#326
Add Senior SecOps Engineer - Security#326caveat-ops wants to merge 3 commits intomsitarzewski:mainfrom
Conversation
Defensive application security specialist focused on code-level security review and implementation. Runs an automatic secrets and sensitive data scan on every invocation before processing any request, then implements or audits security controls following the organization's security standard. Covers: authentication, JWT validation, HttpOnly cookies, HTTP security headers, CORS, rate limiting, CSP, secrets management, input validation, secure logging, SAST patterns, and finding report format with SLA tiers. Made-with: Cursor
Adds the 🔐 Security Division section to the agent roster with the Senior SecOps Engineer entry. Updates agent count (144→145) and division count (12→13) in Stats and Acknowledgments sections. Made-with: Cursor
Code ReviewIssue 1 — Section headers don't match the required CONTRIBUTING.md template [confidence: 100]
Issue 2 — New
|
Issue 1 — Section headers now match CONTRIBUTING.md template exactly: - Rename to "Your Core Mission", "Critical Rules You Must Follow" - Rename to "Your Technical Deliverables", "Your Communication Style" (💭) - Rename to "Your Success Metrics", "Learning & Memory" - Add missing "Your Workflow Process" section (4-phase process) - Add missing "Advanced Capabilities" section (multi-file scan, dependency/SCA analysis, CI/CD pipeline design, threat modeling, security regression testing) Issue 2 — Register security/ in all tooling scripts: - scripts/convert.sh: add security to AGENT_DIRS - scripts/install.sh: add security to both directory loops - scripts/lint-agents.sh: add security to AGENT_DIRS - .github/workflows/lint-agents.yml: add security/** to paths trigger and to the git diff changed-files filter Made-with: Cursor
|
Thanks for the review. I’ve addressed both points: Section headers — Aligned with the CONTRIBUTING.md template (Your Core Mission, Critical Rules You Must Follow, Your Technical Deliverables, Your Workflow Process, Your Communication Style, Your Success Metrics, Learning & Memory, Advanced Capabilities). security/ in tooling — Added security to AGENT_DIRS in scripts/convert.sh and scripts/lint-agents.sh, to both directory loops in scripts/install.sh, and to .github/workflows/lint-agents.yml (path filters + git diff file list). |
|
Hey @caveat-ops — the Senior SecOps Engineer agent is excellent quality with strong automatic scanning workflows. Before we can merge, we need to align on division naming with PR #223 (which proposes a A Discussion has been created to resolve this: #438 Please weigh in there! Once the community aligns on the approach, we'll coordinate the merge. Thanks! |
Agent Information
Agent Name: Senior SecOps Engineer
Category: security
Specialty: Defensive application security — automatic secrets scan on every invocation, secure code implementation and review
Motivation
This agent fills a gap not covered by the existing security-adjacent agents:
engineering/engineering-security-engineer— architecture, threat modeling (STRIDE), CI/CD setup. A security consultant, not a code reviewer.engineering/engineering-threat-detection-engineer— SIEM rules, MITRE ATT&CK, Sigma. SOC/detection operations.The Senior SecOps Engineer is focused on code-level defensive security with two unique behaviors:
Automatic scan on every invocation — before processing any request, it scans the provided code for secrets, hardcoded credentials, insecure fallbacks, sensitive data in logs, JWT
alg:none, tokens in localStorage, wildcard CORS, SQL injection vectors, and PII in URLs. Always. No opt-out.Organization-standard anchored — every finding cites the specific section of an internal security standard document, creating traceability between code findings and the agreed-upon rules the team already follows.
What the agent covers
alg:nonerejection)Testing
Tested against real code samples with hardcoded secrets, insecure JWT verification, tokens in localStorage, and wildcard CORS. The automatic scan correctly identifies and classifies findings before addressing the developer's actual request.
Lint passes:
0 errors, 0 warningsviascripts/lint-agents.sh.Checklist
Made with Cursor