← Back to registry
Skill
senior-secops
"Security operations workflow for vulnerability triage, incident response, detection/alerting improvements, and post-incident hardening. Use when responding to security alerts, reviewing logs for suspicious activity, building incident playbooks, or running quick log summaries during triage."
Install
One-line setup
Copy and run this in your terminal to install the skill. Re-run to reinstall and update an existing install.
npx codex-skills-registry@latest --skill=security/senior-secops --yesSenior SecOps
Respond fast, contain blast radius, and learn permanently.
Quick Start (incident workflow)
- Triage: what’s impacted, is it ongoing, and what data is at risk?
- Contain: disable credentials, block IOCs, isolate systems.
- Eradicate: patch root cause, rotate secrets, remove persistence.
- Recover: restore service safely; verify integrity.
- Learn: write a postmortem and ship preventative controls.
Optional tool: summarize a log file
python ~/.codex/skills/senior-secops/scripts/log_triage.py /path/to/log.txt --out /tmp/log_report.json
References
- Incident worksheet:
references/incident-worksheet.md