Purist — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Purist (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
A single Claude Code skill that audits the style checkers and static analyzers already wired into a project — it does not bolt on a new toolchain and it does not edit a single configuration file; it reads every checker the maintainer already approved, compares the live settings against the strictest practical preset and against a list of extra rules that the default presets miss, and reports the gaps back to the user.
The bundle ships exactly one skill:
— discover every configured checker, compare each one against its strictest preset and against the extra rules the skill defines, and deliver a written report of gaps, weaknesses, and suggested improvements.
Suppose you work with [Claude Code]. You do not need to clone this repository — install the bundle as a plugin straight from GitHub. Inside a Claude Code session, run:
/plugin marketplace add https://github.com/yegor256/plugins
/plugin install purist@yegor256The first command registers the [yegor256/plugins] marketplace, which lists every plugin maintained under the yegor256 account; the second installs the purist plugin from it, which exposes the audit-quality-gates skill to your sessions automatically.
To update later, run /plugin marketplace update yegor256; to remove, run /plugin uninstall purist@yegor256.
[yegor256/plugins]: https://github.com/yegor256/plugins
[Claude Code]: https://code.claude.com/docs/en/skills
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.