Audit a website or digital experience against its supplied source references for originality and plagiarism risk. Use when Codex must compare current or historical site output with reference pages, capture packs, screenshots, copy, brands, numbers, images, assets, videos, layouts, motion, or code; raise evidence-backed red flags; distinguish common visual grammar from distinctive copying; and propose concrete fixes without making unsupported legal claims.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Compare the shipped experience with the complete reference corpus. Treat the audit as an evidence exercise, not a vibe check.
originality risks, overlaps, or red flags; do not declare legal plagiarism from visual similarity alone.Start with the materials explicitly supplied in the task or recorded by the project:
IMAGE_CREDITS.md, licenses, and attribution filesPrefer local evidence captured at the time of the brief. Use a live reference only to fill a real gap, because it may have changed. Record each reference's path or URL, role, date when known, and which categories it can prove.
Stop and report an access gap when a promised reference is missing. Do not silently reduce a full-page or motion audit to one cover image.
Inspect:
Do not trust filenames as proof of originality. Inspect the bytes, visible result, and history. Search renamed, deleted, and replaced files with git log, git show, git log -S, and git log --all --name-status.
Run the deterministic inventory helper when local files are available:
python <skill-dir>/scripts/build_evidence_inventory.py \
--site <site-root> \
--reference <reference-file-or-directory> \
--reference <another-reference> \
--output <temporary-output.json>The helper finds current and historical exact-file matches, suspicious basename reuse, normalized text overlap, and repeated number tokens. Treat its output as leads for human review, not an automatic verdict.
Read references/audit-rubric.md before judging findings.
Audit at least these categories:
Common patterns such as black backgrounds, large sans-serif type, ordinary pricing tables, standard fade-ins, or a conventional footer are not red flags by themselves. Escalate combinations of distinctive elements or direct evidence.
For each candidate:
Use hashes for exact files, normalized excerpts for copy, side-by-side crops for imagery, and matched timestamps or frames for video. A source-brand string found only in a test that explicitly forbids it is not a shipped-copy violation; explain context.
Prefer concrete replacements:
Do not recommend cosmetic recoloring as a fix for copied identity, copy, media, or composition.
Lead with one verdict:
Clear in checked scopeClear with low-risk similaritiesChanges recommendedBlock releaseBlocked by missing evidenceThen provide:
Include a row even when a high-risk category could not be checked. Never turn missing evidence into a pass.
46abf78
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.