responding-to-security-incidents
About
This skill helps developers handle security incidents by guiding them through the entire response lifecycle. It assists with classifying incidents, creating response playbooks, collecting evidence, and generating remediation steps. Use it when responding to security breaches, ransomware, DDoS attacks, or when using terms like "containment" or "incident response plan."
Documentation
Overview
This skill empowers Claude to guide you through the security incident response process, ensuring a structured and effective approach to handling security breaches and attacks. It helps you classify incidents, develop response strategies, gather crucial evidence, and implement remediation steps to minimize damage and prevent future occurrences.
How It Works
- Incident Classification: Analyzes the incident details to determine the type, severity, and scope of the security event.
- Playbook Generation: Creates a tailored response playbook based on the incident classification, outlining the necessary steps for containment, eradication, and recovery.
- Evidence Gathering: Provides guidance on collecting relevant logs, network data, and forensic evidence to support the investigation.
- Remediation Planning: Develops a detailed plan for remediating the vulnerabilities exploited during the incident and restoring affected systems.
When to Use This Skill
This skill activates when you need to:
- Respond to a suspected security breach or attack.
- Develop an incident response plan.
- Investigate a security incident and gather evidence.
- Remediate vulnerabilities exploited during a security incident.
- Generate a post-incident report and lessons learned.
Examples
Example 1: Responding to a Ransomware Attack
User request: "We've been hit with a ransomware attack. What should we do?"
The skill will:
- Classify the incident as a ransomware attack.
- Generate a response playbook including steps for containment (isolating affected systems), eradication (removing the ransomware), and recovery (restoring from backups).
Example 2: Investigating a Data Breach
User request: "Investigate a potential data breach on our customer database."
The skill will:
- Provide guidance on collecting evidence such as database logs, network traffic, and application logs.
- Help construct a timeline of events to identify the attack vector and scope of the breach.
Best Practices
- Prioritization: Focus on containing the incident first to prevent further damage.
- Evidence Preservation: Carefully preserve all evidence to support the investigation and potential legal action.
- Communication: Maintain clear and consistent communication with stakeholders throughout the incident response process.
Integration
This skill can be integrated with other security tools and plugins to automate tasks such as vulnerability scanning, log analysis, and threat intelligence gathering. It can also be used in conjunction with project management tools to track incident response tasks and assign responsibilities.
Quick Install
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/security-incident-responderCopy and paste this command in Claude Code to install this skill
GitHub 仓库
Related Skills
sglang
MetaSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
llamaguard
OtherLlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.
evaluating-llms-harness
TestingThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
langchain
MetaLangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.
