AI skill for mirroring public webpages into local pixel-perfect replicas with captured assets, visual QA, and rebranding inventories. 像素级复刻公开网站,内置抓取资源、视觉QA能力和品牌替换清单。
SaferSkills independently audited Pixel-Perfect-Web-Replica (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Build a local sandbox replica of a public frontend page for implementation study. Preserve the page's visible structure, CSS behavior, media assets, typography, scroll effects, and lightweight interactions as closely as legal public access allows. Do not perform unauthorized login, scraping of private data, bypassing, exploit testing, or destructive scanning.
curl -L and curl -I -L. python3 <skill_dir>/scripts/mirror_public_page.py <url> <output_dir>url(...) assets, favicon/manifest assets when discoverable, and writes resource inventories.url(...) dependencies too.file://, so root-relative paths, video, fonts, and fetch behavior match the browser. cd <output_dir>
python3 -m http.server 8088view_image on original and local screenshots in the same QA pass.REPLACEABLE_RESOURCES.md with path, type, current role, replacement guidance, and gotchas.resource-inventory.json with paths, byte sizes, categories, and detected file types.Every completed replica should include:
index.html or equivalent local entrypoint.media/, font/, fav/, og/, or equivalent asset folders.resources.json or resource-inventory.json.REPLACEABLE_RESOURCES.md.sticky, clip-path, transform, opacity, requestAnimationFrame, video play/pause, and resize measurement.scripts/mirror_public_page.py: mirrors a public page and same-origin static assets into a local folder; also writes resource inventories and a replaceable-resource starter file.references/replica-qa.md: detailed QA checklist for screenshot comparison and common root-relative asset bugs. Read it when visual verification fails or the page has complex scroll animation.references/quality-checklist.md: general web replica QA checklist for rebuilds that go beyond static mirroring.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.