marketing-site-authenticity-audit

Audit a company's marketing site for fabricated images and testimonials, then remediate to honest equivalents.

3|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ever-just/agentskills --skill marketing-site-authenticity-audit-ever-just
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marketing-site-authenticity-audit
Source: https://github.com/ever-just/agentskills/tree/main/skills/marketing-site-authenticity-audit
Command: npx skills add https://github.com/ever-just/agentskills --skill marketing-site-authenticity-audit-ever-just

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve? Marketing sites often contain fabricated case studies, stock or AI-generated images captioned as real jobs, reused photos, and invented testimonials. This Skill detects those misrepresentations by fetching and comparing the site's own media assets against their captions, then remediates them into honest equivalents. ## Core Features & Use Cases - Image Fetch-and-Compare: Downloads each case-study image and compares its content to the claimed caption to catch stock/AI images passed off as specific jobs. - Reused-Photo Dedup: Hashes all images (SHA-256) to detect one photo reused as multiple different 'exact' jobs. - Fabricated-Testimonial Detection: Flags pull-quote reviews with city-only attribution and no real author or source. - Honest-Generic Remediation: Reframes fabricated case studies as generic examples, keeps only real reviews, and removes contradicted over-claims like 'no stock photos'. - Use Case: Before launching a service-business website, run this audit to verify every 'our work' photo and testimonial is genuine, then produce a claim-to-honest-replacement diff. ## Quick Start Audit this marketing site's case studies, testimonials, and gallery for fabricated or misrepresented claims and produce a remediation diff.

Frequently Asked Questions about marketing-site-authenticity-audit

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

FAQPage Schema
How do I audit a marketing website for fake testimonials and case studies?▼

Enumerate every case study, testimonial, and gallery image with its caption, then fetch each image and compare its content to the claim. Verify testimonials have a real author and source, and remediate fabricated items into honest generic examples.

How to detect stock or AI-generated images used as real project photos?▼

Fetch each image attachment and visually compare its content to the caption claiming a specific job. Stock or AI-generated assets captioned as 'this exact job' are flagged as fabricated and must be relabeled as illustrative or replaced.

How do I find the same photo reused across multiple case studies?▼

Hash every image with SHA-256 as you fetch it and compare hashes across all case studies. Identical hashes with different captions reveal one photo presented as several different jobs.

When should I not use a marketing-site authenticity audit?▼

Do not use it for verifying OSINT claims about third parties such as registrations or partnerships, which requires external registry lookups. It also does not cover auditing an AI agent's chat or email output against activity logs.

Should AI-generated illustrations be removed from a marketing site?▼

No, AI-generated illustrations are acceptable when labeled as illustrative. The violation is claiming one depicts a specific real job, so relabel rather than remove, and drop any contradictory 'no stock photos' claim.