Pinkbin is an open-source disk analyzer and cleaner that shows storage usage, lets AI explain unfamiliar folders, and supports controlled deletion through cleanup scripts. It is for Windows users who want to understand and reclaim disk space while keeping deletions scoped and sending them to the recycle bin by default. The catalogue commands, instruction, and setting support agent-assisted use of Pinkbin.
Borrowing it
Nothing to install: this file belongs to cccyd2003-qwq/pinkbin. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/cccyd2003-qwq/pinkbin/main/.claude/commands/scaffold-review.mdgit clone --depth 1 https://github.com/cccyd2003-qwq/pinkbinWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/cccyd2003-qwq/pinkbin/scaffold-review)<a href="https://agentmods.dev/commands/cccyd2003-qwq/pinkbin/scaffold-review"><img src="https://agentmods.dev/badge/commands/cccyd2003-qwq/pinkbin/scaffold-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/cccyd2003-qwq/pinkbin/scaffold-review"><img src="https://agentmods.dev/badge/commands/cccyd2003-qwq/pinkbin/scaffold-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00684 |
| Opus 5 | $0.00012 | $0.00342 |
| Sonnet 5 | $0.00005 | $0.00137 |
| Haiku 4.5 | $0.00002 | $0.00068 |
Grade A, and why
scaffold-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
review scaffolds/$ARGUMENTS.toml,把它和 14-phase 工作流(见 .claude/commands/add-scaffold.md)逐项对照,输出漏项清单。只做诊断、不动代码——除非用户明确说"修一下"。
诊断 checklist
对每一项给出 ✅ / ⚠️ / ❌ 三档:
Phase 1-2 类别需求
-
docs/scaffold-requirements/<category>.md存在 - 文档里有该 app 的明确归属(在范围内)
- L1/L2/L3 分级覆盖到该 app 的所有桶
Phase 5-7 实测勘测
- 文档里有该 app 的"实测路径映射"附录
- 列出的目录树和当前 TOML 的 glob 一致
- 跨版本(如 3.x vs 4.x)布局对齐
Phase 8 TOML 本身
-
id唯一、kebab-case -
risk等级合理 -
disclaimer明确列出红线 -
detect含默认路径 +**/<datafolder>通配 - 多账号 glob 用
**/<account-pattern>/...形态 - prompt 类型与 L1/L2 默认行为约定一致
- 用
cargo run -p pinkbin-scaffold-lint通过
Phase 10 Safety test
-
crates/scaffold/tests/<id>_safety.rs存在 - 含正向断言(每个 scope ≥1 条命中路径)
- 含红线断言(DB / config / login / Favorite 等)
-
cargo test -p pinkbin-scaffold --test <id>_safety通过
Phase 14 STATUS
-
docs/scaffold-requirements/STATUS.md里该 id 标记为已完成
输出
按上面 checklist 给出诊断结果,然后给一个具体行动列表——按优先级排(红线漏洞 > 缺测试 > 缺文档 > 风格不一致),每项含命令或文件路径。
例:
诊断 wechat-pc:
✅ Phase 1-2: messaging.md 存在并覆盖 WeChat
✅ Phase 5-7: messaging.md §7 实测附录完整(4.x 布局)
✅ Phase 8: 16 个 scope,lint 通过
✅ Phase 10: wechat_pc_safety.rs 含 20 正 + 28 红线断言
⚠️ Phase 14: STATUS.md 里该行还是 [ ]
行动:
1. 把 STATUS.md 里 wechat-pc 那行勾上、记录 commit hash
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 59 lines · 23 tokens per session scan A 718ce80940d8
scaffold-review is a command published in the GitHub repository cccyd2003-qwq/pinkbin (1,361 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 684 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
loci-sync
Sync information between this project and the Loci brain index. Keep full project memory in the project repo.
loci-scan
Refresh the current project's local Loci memory.
claude-tracker
List recent Claude Code sessions with live status.
gov-reuse
Discover reusable UK government code before building from scratch.
INDEX
18 custom slash commands in /.claude/commands/.
bmad-editorial-review-structure
Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure.