Audit cloned or reimplemented websites for fidelity gaps, tracking scripts, source-brand and language residue, placeholders, and risky external dependencies. Use before handoff or deployment, or when asked to review a website clone for cleanup and readiness.
Audit the requested website-clone workspace and produce an evidence-based deployment-readiness report. Inspect the current target; never reuse findings from an earlier project or run.
Treat references/source-1-CLONE_AUDIT.md only as historical provenance. Do
not copy its paths, counts, or findings into a new audit unless the current
target independently confirms them.
Inspect each category and record the evidence used:
Open the surrounding context before reporting a match. Deduplicate repeated instances that share one root cause, but list every affected file or meaningful location.
For every finding, include:
blocker, high, medium, or low;file:line location when available;Keep these states distinct:
Never turn an unverified suspicion into a confirmed finding. Do not expose machine-local absolute paths, secrets, tokens, or personal data in the report.
Use this structure:
# Clone Audit
## Scope and coverage
- Target: <portable project label or repository-relative path>
- Fidelity reference: <provided, not provided, or unavailable>
- Exclusions or limitations: <items or none>
## Findings
### <category>
| Severity | Evidence | Why it matters | Recommended action |
| --- | --- | --- | --- |
| <level> | `<relative/file:line>` — <identifier> | <impact> | <action> |
## Checked; none found
- <category>
## Not checked / unverifiable
- <category>: <reason>
## Deployment readiness
<Ready, ready with follow-ups, or not ready> — <brief evidence-based reason>
Use not ready when confirmed unresolved findings can break the deployed experience, expose tracking or sensitive data unexpectedly, or leave material source-brand or placeholder content. Otherwise state any follow-ups and explain why they do or do not block deployment.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/clone-audit-mrlv3nl4 · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/community/clone-audit-mrlv3nl4" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/community/clone-audit-mrlv3nl4" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/clone-audit-mrlv3nl4
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.