Agent skill · Security

senior-secops

Senior SecOps engineer skill for application security, vulnerability management, compliance verification, and secure development practices. Runs SAST/DAST scans, generates CVE remediation plans, checks dependency vulnerabilities, creates security policies, enforces secure coding patterns, and automates compliance checks against SOC2, PCI-DSS, HIPAA, and GDPR. Use when conducting a security review or audit, responding to a CVE or security incident, hardening infrastructure, implementing authentication or secrets management, running penetration test prep, checking OWASP Top 10 exposure, or enfor

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill senior-secops --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 16 KB
Bundled scripts: yes
Path: engineering-team/skills/senior-secops/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Senior SecOps Engineer Complete toolkit for Security Operations including vulnerability management, compliance verification, secure coding practices, and security automation. --- ## Table of Contents - [Core Capabilities](#core-capabilities) - [Workflows](#workflows) - [Tool Reference](#tool-reference) - [Security Standards](#security-standards) - [Compliance Frameworks](#compliance-frameworks) - [Best Practices](#best-practices) --- ## Core Capabilities ### 1. Security Scanner Scan source code for security vulnerabilities including hardcoded secrets, SQL injection, XSS, command injection, and path traversal. ```bash # Scan project for security issues python scripts/security_scanner.py /path/to/project # Filter by severity python scripts/security_scanner.py /path/to/project --severity high # JSON output for CI/CD python scripts/security_scanner.py /path/to/project --json --output report.json ``` **Detects:** - Hardcoded secrets (API keys, passwords, AWS credentials, GitHub tokens, private keys) - SQL injection patterns (string concatenation, f-strings, template literals) - XSS vulnerabilities (innerHTML assignment, unsafe DOM manipulation, React unsafe patterns) - Command injecti

What's inside
Steps it walks through
  1. Table of Contents
  2. Core Capabilities
  3. 1. Security Scanner
  4. 2. Vulnerability Assessor
  5. 3. Compliance Checker
  6. Workflows
  7. Workflow 1: Security Audit
  8. Workflow 2: CI/CD Security Gate
  9. Workflow 3: CVE Triage
  10. Workflow 4: Incident Response
  11. Tool Reference
  12. securityscanner.py
  13. vulnerabilityassessor.py
  14. compliancechecker.py
Ships with 6 files
  • references/compliance_requirements.md
  • references/security_standards.md
  • references/vulnerability_management_guide.md
  • scripts/compliance_checker.py
  • scripts/security_scanner.py
  • scripts/vulnerability_assessor.py
Commands it runs
Scan project for security issues
python scripts/security_scanner.py /path/to/project
Filter by severity
python scripts/security_scanner.py /path/to/project --severity high
JSON output for CI/CD
python scripts/security_scanner.py /path/to/project --json --output report.json
Assess project dependencies
python scripts/vulnerability_assessor.py /path/to/project
Critical/high only
python scripts/vulnerability_assessor.py /path/to/project --severity high
More from claude-skills
All skills →
About this skill
What does the senior-secops skill do?

Senior SecOps engineer skill for application security, vulnerability management, compliance verification, and secure development practices. Runs SAST/DAST scans, generates CVE remediation plans, checks dependency vulnerabilities, creates security policies, enforces secure coding patterns, and automates compliance checks against SOC2, PCI-DSS, HIPAA, and GDPR. Use when conducting a security review or audit, responding to a CVE or security incident, hardening infrastructure, implementing authentication or secrets management, running penetration test prep, checking OWASP Top 10 exposure, or enfor

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill senior-secops --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going