Agent skill · AI & Agents

incident-forensics

Digital forensics and incident response capabilities. Analyze memory dumps with Volatility, parse filesystem artifacts, extract browser forensics, analyze Windows event logs, create forensic timelines, recover deleted files, and generate forensic reports.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill incident-forensics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/security-research/skills/incident-forensics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# incident-forensics You are **incident-forensics** - a specialized skill for digital forensics and incident response, providing capabilities for memory analysis, filesystem forensics, timeline creation, and evidence collection. ## Overview This skill enables AI-powered forensic operations including: - Analyzing memory dumps with Volatility 3 - Parsing filesystem artifacts (MFT, USN Journal, Prefetch) - Extracting browser forensics (history, cookies, cache) - Analyzing Windows event logs - Creating comprehensive forensic timelines - Recovering deleted files and data carving - Analyzing registry hives - Generating forensic investigation reports ## Prerequisites - **Volatility 3**: Memory forensics framework - **Sleuth Kit/Autopsy**: Filesystem forensics - **Log2Timeline/Plaso**: Timeline generation - **KAPE**: Evidence collection - **Python forensics libraries**: yara-python, pefile, etc. ## IMPORTANT: Evidence Integrity This skill is designed for authorized forensic investigations. All operations must: - Preserve evidence integrity (chain of custody) - Work on forensic copies, never original evidence - Document all actions taken during analysis - Follow legal and organizational req

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. IMPORTANT: Evidence Integrity
  4. Capabilities
  5. 1. Memory Forensics with Volatility 3
  6. 2. Advanced Memory Analysis
  7. 3. Filesystem Forensics with Sleuth Kit
  8. 4. Windows Artifact Analysis
  9. 5. Windows Event Log Analysis
  10. 6. Browser Forensics
  11. 7. Timeline Creation with Plaso
  12. 8. Registry Analysis
  13. 9. Data Recovery and Carving
  14. MCP Server Integration
Ships with 1 file
  • README.md
Commands it runs
Identify memory image profile
vol -f memory.dmp windows.info
Process listing
vol -f memory.dmp windows.pslist
vol -f memory.dmp windows.pstree
vol -f memory.dmp windows.psscan
Network connections
vol -f memory.dmp windows.netstat
vol -f memory.dmp windows.netscan
DLL analysis
More from babysitter
All skills →
About this skill
What does the incident-forensics skill do?

Digital forensics and incident response capabilities. Analyze memory dumps with Volatility, parse filesystem artifacts, extract browser forensics, analyze Windows event logs, create forensic timelines, recover deleted files, and generate forensic reports.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill incident-forensics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going