Senior Secops
Senior SecOps engineer skill for application security, vulnerability management, compliance verification, and secure development practices.
Before & after
Same prompt, same agent — the only difference is the skill.
CVE vulnerabilities are serious and you'll want to patch quickly. You'd need to identify what you're using, update to a safe version, and make sure you test before deploying. Depending on the severity, you might also want to add some compensating controls. What dependency is affected?
CVE REMEDIATION + HARDENING PLAN: IMMEDIATE (Today): ☐ Dependency: Log4j 2.14.1 → CVE-2021-44228 (RCE) ☐ Current version: 2.14.1 (VULNERABLE) ☐ Safe versions: 2.16.0+ or 2.17.0+ (with fixes) ☐ Action: Bump to 2.17.1 + test in staging WHILE PATCHING (2-4 hours, parallel): ☐ Add WAF rule: Block JNDI strings in HTTP headers ☐ Block outbound LDAP on prod (remove if unused) ☐ Rotate all service credentials (potential compromise) ☐ Review CloudTrail logs for suspicious JNDI lookups (last 48h) COMPLIANCE CHECKLIST: SOC 2 Type II: ☐ Vulnerability severity tracked + remediation SLA (Critical = 24h) ☐ Patch deployed to staging → validated → prod deployment logged ☐ Change approval documented (emergency change log) PCI-DSS v3.2.1: ☐ No delay allowed; Critical CVE requires same-day patch assessment ☐ Anti-malware signature updated (Log4j JNDI known signatures) HIPAA (if applicable): ☐ Risk analysis documented (impact to PHI systems?) ☐ Remediation timeline approved FULL HARDENING (Next 48h): • SCA scan: Run toolchain on all dependencies (find 4+ other outdated packages) • Secrets scan: Ensure no embedded creds in updated code • Staging deployment: Run full regression (2-3h) • Prod rollout: Blue-green deploy, monitor error rate 30m post-deploy • Communication: Notify 3 customers of patch + zero-impact claim WEEK 2 FOLLOWUP: → Automate dependency updates (weekly scanning) → Enforce max 30-day patch SLA in CI/CD
About this skill
name: senior-secops description: Use when Senior SecOps engineer skill for application security, vulnerability management, compliance verification, and secure development practices.
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 enforcing security controls in CI/CD pipelines.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the senior-secops skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Senior Secops; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: senior-secops
description: Use this skill when conducting a security review, responding to a CVE, hardening infrastructure, or enforcing compliance controls in a development pipeline.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Senior Secops
Applies a senior application-security engineer's workflow: run SAST/DAST checks, triage vulnerabilities, generate CVE remediation plans, and verify compliance controls against SOC2, PCI-DSS, HIPAA, and GDPR.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.