Audit cloned or reimplemented websites for fidelity gaps, tracking scripts, source-brand and language residue, placeholders, and risky external dependencies. Us
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-clone-audit-mrlv3nl4-43e6b5d0618b ,按照其中的说明把「clone-audit-mrlv3nl4」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
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.