Directory / impeccable

impeccable

Strong

Audits and polishes frontend interfaces with 23 design-focused commands and 59 deterministic local detector rules.

frontenddesign-auditui-qualityaccessibility

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.

Install

npx impeccable install

Source: github.com/pbakaus/impeccable

Audit receipts

Every listing is verified against a specific commit. These are the receipts.

Commit sha14d2641685a3…
Audit date2026-08-03
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.

KindCode-backed
Prose lines82,038
Code lines329,776
Prose/code ratio0.25
← All listingsListing criteriaGitHub repo ↗