Deepfake / Synthetic Evidence Detector
When to use this
Trigger this skill when:
- A user presents image, audio, or video files as exhibits or evidence in a legal matter.
- A user asks "is this video real?" or "could this have been manipulated?" in a legal context.
- A lawyer is evaluating whether opposing-party media evidence is authentic before trial.
- A client claims that media evidence used against them is fabricated.
- A regulatory submission involves digital media whose provenance is uncertain.
Hard limit — what this skill does and does not do
Does: flag anomalies, identify areas of concern, recommend expert referral, map admissibility frameworks.
Does not: definitively declare media authentic or inauthentic. That determination requires a qualified digital forensic examiner with access to the original file, chain-of-custody documentation, and validated forensic tools. AI-based assessment is a triage tool, not a substitute for expert testimony.
Standard output line:
This media should be reviewed by a qualified digital forensic examiner before being relied upon in proceedings. The following anomalies warrant professional analysis:
Triage methodology
Step 1 — Metadata analysis
- EXIF data (images/photos): check for creation date, GPS coordinates, device model, software used. Inconsistencies (future dates, mismatched device for claimed provenance, absent metadata on supposedly original files) are flags.
- Container / codec forensics (video/audio): check for re-encoding artifacts, codec inconsistencies, anomalous file structure. Generative tools often leave characteristic codec signatures.
- Generation tool fingerprints: some AI image and video generators leave statistical patterns (GAN artifacts, diffusion model signatures) detectable through frequency-domain analysis.
Step 2 — Visual anomaly heuristics (images/video)
- Facial geometry: unnatural eye reflections, asymmetric blinking, teeth/gum anomalies at high resolution.
- Lighting consistency: light direction inconsistent with background; reflections on glossy surfaces that don't match the light source.
- Temporal coherence (video): frame-to-frame inconsistencies in hair, fabric texture, background elements — generative models often struggle with temporal consistency.
- Lip sync (video with speech): phoneme-to-lip-movement sync errors; unnatural mouth shape transitions.
- Compression artifacts: deepfake generation and re-encoding often produces characteristic block artifact patterns.
- Background warping: subtle background distortions around moving faces are a common deepfake artifact.
Step 3 — Audio analysis
- Spectrogram review: AI voice cloning leaves characteristic spectral patterns — look for unusual smoothness, absence of natural breath/swallow sounds, pitch stability anomalies.
- Prosody: synthesized speech often has unnatural prosody — uniform stress, unusual pause patterns.
- Background noise consistency: sudden changes in background noise profile suggest editing.
Step 4 — Reverse image / video search
- Run key frames against reverse image search to identify prior appearances of the same media online.
- A media file that appears to have been created for this litigation but shows prior unrelated appearances is a strong provenance flag.
- Date discrepancies between claimed creation date and earliest online appearance are significant.
Step 5 — Inconsistency with case record
- Does the media content contradict established facts, timelines, or other documentary evidence?
- Are claimed timestamps consistent with known movements or locations of the parties?
- Does the claimed recording match the device, location, or technical setup the party claims?
Output format
## Media Authenticity Assessment — Preliminary (Triage Only)
File: [filename / description]
Assessed by: AI preliminary triage — NOT a forensic determination
### Flags identified:
1. [Flag category]: [Description of anomaly observed]
2. [Flag category]: [Description of anomaly observed]
...
### Recommendation:
Instruct a certified digital forensic examiner to conduct a full analysis of the original file before relying on this media in proceedings or disclosing it to opposing counsel. See admissibility notes below.
### Chain of custody note:
Preserve the original digital file in its original format immediately. Any conversion, compression, or re-encoding may destroy forensic evidence. Maintain a hash (SHA-256) of the original file for verification.
Court admissibility frameworks
United States — FRE 901 + Daubert
- Authentication (FRE 901): proponent must produce sufficient evidence to support a finding that the item is what the proponent claims.
- For digital media: chain of custody, hash verification, and testimony about how the media was obtained are typically required.
- Expert testimony on deepfake analysis: subject to Daubert standard (reliable methodology, peer review, known error rate, general scientific acceptance).
- Post-Mata sensitivity: courts are increasingly aware of AI-generated content; proactive disclosure of AI concerns about evidence integrity is advisable.
United Kingdom — Civil Evidence Act 1995 + CPR
- Civil proceedings: hearsay in documents admissible under CEA 1995; authenticity still challengeable.
- Expert evidence on digital forensics governed by CPR Part 35 (court-appointed or jointly instructed expert preferred).
- The Forensic Science Regulator's Codes of Practice apply to expert digital forensic work.
DIFC Courts / ADGM Courts
- Evidence Rules and Practice Directions: authenticity challenges proceed by application; expert evidence under Order 40 (DIFC) or equivalent (ADGM).
- Common-law authentication standards apply; courts look for chain of custody and expert verification.
MENA civil-law jurisdictions (KSA, UAE, LB, EG)
- Expert-centered system: the court typically appoints a court expert (khabir) to assess disputed evidence.
- Parties can submit private expert reports but the court-appointed expert's opinion carries greater weight.
- Requesting appointment of a digital forensics expert through the court is the primary route for challenging media authenticity.
- UAE Federal Law on Evidence in Civil and Commercial Transactions (Law 10 of 1992, as amended) governs.
Escalation
Always route to a certified digital forensic examiner. Certification bodies include:
- US: IACIS (International Association of Computer Investigative Specialists), ISFCE
- UK: Chartered Institute for IT (BCS), UKSF (UK Secure Forensics)
- MENA: regional IT forensics firms accredited by local courts; some INTERPOL-accredited practitioners
Related skills
- [[safety-synthetic-witness-flagger]] — complementary skill for detecting AI-generated written testimony
- [[safety-ai-disclosure-required-tribunals]] — disclosure obligations for AI-assisted court work
- [[safety-bar-rule-1-1-competence-ai]] — competence duties when relying on AI analysis
- [[review-evidence-integrity]] — broader evidence integrity review workflow
1---2name: safety-deepfake-evidence-detector3description: Use when a user submits images, audio, or video as litigation evidence and asks whether it is authentic, or when a legal team needs to assess the integrity of digital media before relying on it in proceedings. Flags media for forensic review using metadata analysis, visual/audio anomaly heuristics, and reverse-image techniques — but never asserts authenticity or inauthenticity definitively. Maps court admissibility frameworks (US FRE 901/Daubert, UK Civil Evidence Act, DIFC/ADGM, MENA civil-law expert appointment) and routes to certified digital forensic examiners.4license: MIT5---67# Deepfake / Synthetic Evidence Detector89## When to use this1011Trigger this skill when:12- A user presents image, audio, or video files as exhibits or evidence in a legal matter.13- A user asks "is this video real?" or "could this have been manipulated?" in a legal context.14- A lawyer is evaluating whether opposing-party media evidence is authentic before trial.15- A client claims that media evidence used against them is fabricated.16- A regulatory submission involves digital media whose provenance is uncertain.1718## Hard limit — what this skill does and does not do1920**Does**: flag anomalies, identify areas of concern, recommend expert referral, map admissibility frameworks.2122**Does not**: definitively declare media authentic or inauthentic. That determination requires a qualified digital forensic examiner with access to the original file, chain-of-custody documentation, and validated forensic tools. AI-based assessment is a triage tool, not a substitute for expert testimony.2324Standard output line:25> This media should be reviewed by a qualified digital forensic examiner before being relied upon in proceedings. The following anomalies warrant professional analysis:2627## Triage methodology2829### Step 1 — Metadata analysis30- **EXIF data** (images/photos): check for creation date, GPS coordinates, device model, software used. Inconsistencies (future dates, mismatched device for claimed provenance, absent metadata on supposedly original files) are flags.31- **Container / codec forensics** (video/audio): check for re-encoding artifacts, codec inconsistencies, anomalous file structure. Generative tools often leave characteristic codec signatures.32- **Generation tool fingerprints**: some AI image and video generators leave statistical patterns (GAN artifacts, diffusion model signatures) detectable through frequency-domain analysis.3334### Step 2 — Visual anomaly heuristics (images/video)35- **Facial geometry**: unnatural eye reflections, asymmetric blinking, teeth/gum anomalies at high resolution.36- **Lighting consistency**: light direction inconsistent with background; reflections on glossy surfaces that don't match the light source.37- **Temporal coherence** (video): frame-to-frame inconsistencies in hair, fabric texture, background elements — generative models often struggle with temporal consistency.38- **Lip sync** (video with speech): phoneme-to-lip-movement sync errors; unnatural mouth shape transitions.39- **Compression artifacts**: deepfake generation and re-encoding often produces characteristic block artifact patterns.40- **Background warping**: subtle background distortions around moving faces are a common deepfake artifact.4142### Step 3 — Audio analysis43- **Spectrogram review**: AI voice cloning leaves characteristic spectral patterns — look for unusual smoothness, absence of natural breath/swallow sounds, pitch stability anomalies.44- **Prosody**: synthesized speech often has unnatural prosody — uniform stress, unusual pause patterns.45- **Background noise consistency**: sudden changes in background noise profile suggest editing.4647### Step 4 — Reverse image / video search48- Run key frames against reverse image search to identify prior appearances of the same media online.49- A media file that appears to have been created for this litigation but shows prior unrelated appearances is a strong provenance flag.50- Date discrepancies between claimed creation date and earliest online appearance are significant.5152### Step 5 — Inconsistency with case record53- Does the media content contradict established facts, timelines, or other documentary evidence?54- Are claimed timestamps consistent with known movements or locations of the parties?55- Does the claimed recording match the device, location, or technical setup the party claims?5657## Output format5859```60## Media Authenticity Assessment — Preliminary (Triage Only)6162File: [filename / description]63Assessed by: AI preliminary triage — NOT a forensic determination6465### Flags identified:661. [Flag category]: [Description of anomaly observed]672. [Flag category]: [Description of anomaly observed]68...6970### Recommendation:71Instruct a certified digital forensic examiner to conduct a full analysis of the original file before relying on this media in proceedings or disclosing it to opposing counsel. See admissibility notes below.7273### Chain of custody note:74Preserve the original digital file in its original format immediately. Any conversion, compression, or re-encoding may destroy forensic evidence. Maintain a hash (SHA-256) of the original file for verification.75```7677## Court admissibility frameworks7879### United States — FRE 901 + Daubert80- Authentication (FRE 901): proponent must produce sufficient evidence to support a finding that the item is what the proponent claims.81- For digital media: chain of custody, hash verification, and testimony about how the media was obtained are typically required.82- Expert testimony on deepfake analysis: subject to *Daubert* standard (reliable methodology, peer review, known error rate, general scientific acceptance).83- Post-*Mata* sensitivity: courts are increasingly aware of AI-generated content; proactive disclosure of AI concerns about evidence integrity is advisable.8485### United Kingdom — Civil Evidence Act 1995 + CPR86- Civil proceedings: hearsay in documents admissible under CEA 1995; authenticity still challengeable.87- Expert evidence on digital forensics governed by CPR Part 35 (court-appointed or jointly instructed expert preferred).88- The Forensic Science Regulator's Codes of Practice apply to expert digital forensic work.8990### DIFC Courts / ADGM Courts91- Evidence Rules and Practice Directions: authenticity challenges proceed by application; expert evidence under Order 40 (DIFC) or equivalent (ADGM).92- Common-law authentication standards apply; courts look for chain of custody and expert verification.9394### MENA civil-law jurisdictions (KSA, UAE, LB, EG)95- Expert-centered system: the court typically appoints a court expert (khabir) to assess disputed evidence.96- Parties can submit private expert reports but the court-appointed expert's opinion carries greater weight.97- Requesting appointment of a digital forensics expert through the court is the primary route for challenging media authenticity.98- UAE Federal Law on Evidence in Civil and Commercial Transactions (Law 10 of 1992, as amended) governs.99100## Escalation101102Always route to a **certified digital forensic examiner**. Certification bodies include:103- US: IACIS (International Association of Computer Investigative Specialists), ISFCE104- UK: Chartered Institute for IT (BCS), UKSF (UK Secure Forensics)105- MENA: regional IT forensics firms accredited by local courts; some INTERPOL-accredited practitioners106107## Related skills108109- [[safety-synthetic-witness-flagger]] — complementary skill for detecting AI-generated written testimony110- [[safety-ai-disclosure-required-tribunals]] — disclosure obligations for AI-assisted court work111- [[safety-bar-rule-1-1-competence-ai]] — competence duties when relying on AI analysis112- [[review-evidence-integrity]] — broader evidence integrity review workflow