Slongus90/forensic-gps-suite — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python command line tool for reviewing GPS and timestamp evidence from a folder of photos and videos. It should scan the folder recursively, read GPS and media dates with ExifTool, build a clean chronological timeline, and keep a clear record of where every fact came from.

I want it to export practical files for analysis, including CSV reports, SQLite data, GeoJSON, KML, and an optional interactive map for normal review work. It should also detect movement segments like stops, moves, and sudden jumps, plus time gaps that look important.

Please include a strict court mode where the tool avoids guesses, does not make hidden timezone assumptions, does not add visual extras, and clearly marks anything that is an assumption. Add optional SHA256 hashing and an evidence manifest so the results are reproducible. It should run well on Linux or WSL and produce a useful audit log. Look up current docs online if needed.

Want more depth? Deep Reverse