security-incident-specialist

Investigate and contain security incidents in production systems.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Whaleylaw/llm-lawyer --skill security-incident-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-incident-specialist
Source: https://github.com/Whaleylaw/llm-lawyer/tree/main/.claude/skills/security-incident-specialist
Command: npx skills add https://github.com/Whaleylaw/llm-lawyer --skill security-incident-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured playbook to detect, triage, contain, and remediate security incidents in production environments while preserving forensic evidence and producing an auditable incident report.

Core Features & Use Cases

  • Immediate Response Checklist: Prioritized actions for the first 15 minutes including severity assessment, isolation, evidence preservation, and stakeholder notification.
  • Forensic Investigation Guidance: Detailed steps for authentication and application log analysis, SQL and API audit queries, and identification of compromised accounts or malicious IPs.
  • Containment & Remediation Procedures: Specific containment actions such as blocking IPs, revoking sessions, rotating credentials, and producing a remediation timeline and incident report for compliance reviews.
  • Monitoring and Hardening: Templates and examples for audit logging middleware, automated alerts for suspicious activity, and recommended hardening measures like MFA and rate limiting.

Quick Start

Run the security-incident-specialist playbook to triage a suspected breach by preserving logs, isolating affected systems, revoking compromised credentials, and documenting all actions for an incident report.

Frequently Asked Questions about security-incident-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I respond to a suspected security breach in production?

Security incident response requires a prioritized checklist for the first 15 minutes, covering severity assessment, system isolation, evidence preservation, and stakeholder notification to triage the breach effectively.

What is the best way to analyze logs for unauthorized access?

Log forensics for unauthorized access involves analyzing authentication and application logs, querying SQL and API audit trails, and identifying compromised accounts or malicious IPs to trace the intrusion path.

How do I contain a data exfiltration incident and prevent further loss?

Data exfiltration containment requires specific actions like blocking malicious IPs, revoking active sessions, and rotating compromised credentials to immediately stop unauthorized data access.

What do I need to document for a compliance audit after a security incident?

Compliance audit documentation requires a remediation timeline and incident report detailing all containment actions, access auditing, and forensic evidence preservation to satisfy regulatory requirements.

How do I set up monitoring to detect suspicious activity after a breach?

Suspicious activity detection uses audit logging middleware templates and automated alerts to monitor authentication anomalies, alongside hardening measures like MFA and rate limiting to prevent recurrence.