Claude Tools / Plugins / impeccable
Audited plugin listing
impeccable
Audits and polishes frontend interfaces with 23 design-focused commands and 59 deterministic local detector rules.
Listing signals
Install check
✓ Pass
Risk scan
⚠ Flagged
Implementation
Code-backed
Assessment
Verdict
Impeccable is the most substantial of the three: 23 commands, a 59-rule deterministic design detector that runs entirely offline without an LLM or API key, proper PostToolUse/Stop hooks, and a DESIGN.md/PRODUCT.md context system that makes later commands coherent without re-explaining the project. Three outbound network patterns exist — a weekly version-check ping, an opt-in design-direction randomizer (DO_NOT_TRACK honored), and OpenAI image generation only when the user's key is set. None are silent or telemetric; all are documented. The network footprint should be surfaced to end-users; it is not grounds for exclusion, but it is grounds for disclosure.
Installation
Add to Claude Code
Source: github.com/pbakaus/impeccable
Evidence
Audit receipts
This listing is tied to a specific source commit and records both installation and risk checks.
Install check
✓ Pass
Installs via npx impeccable install (recommended), git submodule, or /plugin marketplace add. PostToolUse and Stop hooks via hook.mjs on UI file edits.
Risk scan
⚠ Flagged
Three disclosed outbound calls: (1) a once-per-session version check to impeccable.style (cached 24h, DO_NOT_TRACK honored); (2) an opt-in design-direction dice roll to impeccable.style/api/roll; (3) OpenAI image generation only when OPENAI_API_KEY is set, cost disclosed in the script header. None are silent; all are documented.
Composition
What was measured
Prose lines
82,038
Code lines
329,776
Prose / code
0.25