forensic-reporting

Generate formal forensic reports from investigation findings and evidence.

5|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SherifEldeeb/agentskills --skill forensic-reporting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forensic-reporting
Source: https://github.com/SherifEldeeb/agentskills/tree/main/skills/forensics/forensic-reporting
Command: npx skills add https://github.com/SherifEldeeb/agentskills --skill forensic-reporting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of professional forensic reports from investigation findings, evidence, and timelines, reducing manual drafting time and ensuring consistency across deliverables.

Core Features & Use Cases

  • Structured Narratives: Build comprehensive investigation reports that document findings, methodology, conclusions, and references.
  • Evidence, Timelines & Custody: Integrate evidence references, timelines, appendices, and chain-of-custody data for legal readiness.
  • Multi-format Exports & Templates: Generate PDF, DOCX, HTML, Markdown, and JSON deliverables and apply templates to meet regulatory requirements.

Quick Start

Install the forensic reporting package, initialize a ReportGenerator with a case ID, load findings and evidence, generate the report, and export in multiple formats as needed.

  • Install: pip install forensic_reporting
  • Initialize and load data: python -m forensic_reporting.create_report --case CASE-2024-001 --findings findings.json --evidence evidence.json
  • Export: python -m forensic_reporting.export --case CASE-2024-001 --format pdf --output /evidence/reports/forensic_report.pdf

Frequently Asked Questions about forensic-reporting

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

FAQPage Schema
How do I automate forensic report generation from investigation findings?

You can automate forensic report generation by loading findings and evidence into a report generator that structures narratives, timelines, and chain-of-custody data. This Skill accepts JSON inputs to build compliant reports and exports them to PDF, DOCX, HTML, Markdown, and JSON.

What formats can I export forensic reports to for legal compliance?

Forensic reports can be exported to PDF, DOCX, HTML, Markdown, and JSON formats to satisfy regulatory deliverables. Multi-format exports ensure legal documentation and compliance requirements are met across various distribution and archival needs.

How do I include chain of custody and evidence timelines in a forensic report?

Including chain-of-custody and evidence timelines in a forensic report involves integrating evidence references and chronological data into the document. This Skill automatically incorporates these elements into appendices and structured narratives for legal readiness.

Do I need JSON files to generate a formal incident response report?

You need JSON files containing findings and evidence to initialize the report generator for incident response documentation. The tool processes these structured inputs to build methodology, conclusions, and references sections automatically.

What is the best way to create consistent compliance deliverables for technical investigations?

The best way to create consistent compliance deliverables for technical investigations is to use templated report generation. This Skill applies standardized templates to findings and artifacts, ensuring consistent structure across narratives, evidence references, and appendices.