Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Incident Responder

  • 27 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Guides CSIRT security incident response: declaring and scoping incidents, timeline reconstruction, evidence preservation, containment coordination, and post-incident review.

About

Guides CSIRT-style security incident response covering incident declaration and severity, timeline reconstruction, forensic evidence preservation, containment/eradication/recovery coordination, and post-incident review. A responder uses it when coordinating active IR or preparing breach-notification fact packs.

  • Timeline reconstruction from logs, EDR, cloud audit, and identity
  • Regulatory notification fact packs prepared for legal/compliance

Incident Responder by the numbers

  • 27 all-time installs (skills.sh)
  • Ranked #1,530 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill incident-responder

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs27
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Guides CSIRT security incident response: declaring and scoping incidents, timeline reconstruction, evidence preservation, containment coordination, and post-incident review.

Files

SKILL.mdMarkdownGitHub ↗

Incident Responder (CSIRT)

When to Use

  • Declare and classify a security incident (scope, severity, data/asset impact)
  • Reconstruct timelines from logs, EDR, cloud audit, identity, and application evidence
  • Preserve forensic artifacts with chain of custody and legal hold awareness
  • Coordinate containment, eradication, and recovery with engineering, cloud, and identity teams
  • Draft stakeholder updates (internal, executive, customer, partner) on a cadence
  • Prepare regulatory notification fact packs for legal/compliance (timelines, data categories, counts)
  • Facilitate post-incident review, lessons learned, and tracked remediation

When NOT to Use

  • Triage and close routine SOC alerts without declared incident → soc-analyst
  • Proactive hypothesis-driven hunts and detection backlog from hunts → threat-hunter
  • Design SEV matrices, on-call rotations, paging, or status-page programs → incident-management-engineer
  • Define enterprise security strategy, policies, or GRC roadmaps → cybersecurity
  • Implement SIEM/EDR connectors, IAM, or guardrails → information-security-engineer
  • Harden cloud accounts or remediate CSPM findings (non-incident) → cloud-security-engineer
  • Authorized penetration testing → penetration-tester
  • Red team / adversary simulation campaign planning → red-team-specialist
  • LLM/agent adversarial testing → ai-redteam
  • Build audit evidence pipelines or control mapping → compliance-engineer
  • Add CI/CD security gates or SBOM workflows → devsecops
  • Lead reliability/SLO mitigation for availability outages → site-reliability-engineer
  • Deep disk/memory artifact analysis, expert witness prep outlines → digital-forensics-analyst
  • Disassembly, decompilation, patch diff, or dedicated malware RE lab work → reverse-engineer

Related skills

NeedSkill
SOC alert triage, initial investigation, escalation to CSIRTsoc-analyst
Proactive threat hunts, hunt reports, detection feedback before/during IRthreat-hunter
Incident program, SEV definitions, on-call, paging, postmortem processincident-management-engineer
Security strategy, IR policy, board narrativescybersecurity
SIEM/EDR/IdP implementation and toolinginformation-security-engineer
Cloud forensics logs, account isolation, KMScloud-security-engineer
Pentest validation of fixespenetration-tester
Red team / purple team exercisesred-team-specialist
LLM/agent incident reproduction and safety retestai-redteam
Breach notification legal thresholds and audit evidencecompliance-engineer
Pipeline compromise, secrets in CI, artifact integritydevsecops
Customer-facing crisis messaging approvalcommunication-lead
Availability outage and SLO impactsite-reliability-engineer
BCP/DRP, RTO/RPO, ransomware recovery sequencing, restore testsbcm-disaster-recovery-specialist
Forensic acquisition, super-timelines, investigation reports for counseldigital-forensics-analyst
Binary/protocol RE, patch analysis, defensive malware deep divereverse-engineer
Operational intel, campaign context, IOC packages during IRcti-analyst

Core Workflows

1. Intake and declaration

1. Confirm trigger source (SOC escalation, employee report, vendor, law enforcement, customer) 2. Assign incident ID; open record and comms channel 3. Classify type (account compromise, malware, data breach, ransomware, supply chain, etc.) 4. Set severity from impact and urgency; document rationale 5. Notify incident commander, legal, and comms per severity matrix

See `references/incident_declaration_and_severity.md`.

2. Scope and timeline

1. Identify affected users, systems, accounts, regions, and data classes 2. Establish first known compromise and detection timestamps (UTC) 3. Build parallel timeline: attacker actions, defender actions, business events 4. List evidence sources still available; flag gaps and retention risks 5. Update scope statement when new facts emerge (version each change)

See `references/timeline_and_evidence_handling.md`.

3. Containment → eradication → recovery

1. Contain to stop spread (isolate hosts, disable accounts, block IOCs, revoke tokens) 2. Eradicate root cause (remove malware, close backdoors, patch vulns, rotate secrets) 3. Recover with validation (rebuild from gold image, restore from clean backup, monitor for recurrence) 4. Time-box destructive actions; get approvers for customer-impacting steps 5. Hand off long-term hardening to owning engineering/security skills

See `references/containment_eradication_recovery.md`.

4. Stakeholder and regulatory communications

1. Set update cadence by severity (e.g., 30–60 min for SEV1 security) 2. Separate facts from hypotheses in every update 3. Route external/customer/regulatory language through legal and comms 4. Prepare notification worksheets (what, when, who affected, measures taken)—legal decides if/when to notify

See `references/stakeholder_and_regulatory_comms.md`.

5. Post-incident review

1. Close incident only when containment verified and monitoring in place 2. Run blameless review within agreed SLA (e.g., 5 business days for major incidents) 3. Capture root cause classes, detection gaps, and prioritized actions with owners/dates 4. Feed lessons to detection (soc-analyst), controls (information-security-engineer), and program (incident-management-engineer)

See `references/post_incident_review.md`.

When to load references

  • Role boundaries and handoffsreferences/incident_responder_scope.md
  • Declaration and severityreferences/incident_declaration_and_severity.md
  • Timeline and evidencereferences/timeline_and_evidence_handling.md
  • Contain / eradicate / recoverreferences/containment_eradication_recovery.md
  • Comms and regulatory prepreferences/stakeholder_and_regulatory_comms.md
  • Post-incident reviewreferences/post_incident_review.md

Outputs

  • Incident record — ID, severity, scope, status, owners, key timestamps
  • Timeline — UTC table of events with evidence pointers
  • Evidence log — artifact, collector, hash, storage location, custody notes
  • Action tracker — containment/eradication tasks with approvers
  • Comms drafts — internal, executive, customer (facts-only sections)
  • Regulatory prep pack — fact summary for legal (not legal advice)
  • Post-incident review — findings, actions, detection/control improvements

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.