Add Senior SecOps Engineer - Security#326
Open
caveat-ops wants to merge 2 commits intomsitarzewski:mainfrom
Open
Add Senior SecOps Engineer - Security#326caveat-ops wants to merge 2 commits intomsitarzewski:mainfrom
caveat-ops wants to merge 2 commits intomsitarzewski:mainfrom
Conversation
added 2 commits
March 23, 2026 09:54
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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