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