Slash Command
Community

/photo-forensics

Install
1
Install the plugin
$
npx claudepluginhub jdrodriguez/legal-toolkit --plugin legal-toolkit

Want just this command?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Analyze evidence photos for EXIF metadata, GPS locations, timestamps, tampering indicators, and integrity hashes

Argument
<directory of photos>
Command Content

/photo-forensics -- Evidence Photo Analyzer

Analyze evidence photos for EXIF metadata, GPS coordinates, timestamps, camera identification, file hashes for integrity verification, and tampering indicators. Generates interactive maps, evidence catalogs, and timelines.

@$1

Examples:

  • /legal-toolkit:photo-forensics ~/cases/martinez/scene-photos/
  • /legal-toolkit:photo-forensics ~/evidence/vehicle-damage-IMG_4521.jpg
  • /legal-toolkit:photo-forensics ~/cases/johnson/arrest-scene/bodycam-stills/

Workflow

  • Validate the input directory and identify supported image files (.jpg, .jpeg, .png, .tiff, .tif, .heic)
  • Analyze all photos using the analyze-photos skill's Python script, extracting EXIF data, GPS coordinates, camera info, and computing integrity hashes
  • Present findings: total photos analyzed, GPS locations found, date range, cameras identified, and any tampering flags
  • Generate output files: evidence_catalog.xlsx, evidence_map.html (interactive map), evidence_timeline.html, metadata_report.json
  • Refer to the analyze-photos skill (SKILL.md) for detailed analysis parameters and tampering detection methodology
Stats
Stars0
Forks0
Last CommitMar 10, 2026