Releases: hannsxpeter/auditor-suite
Release list
auditor-suite 1.0.0
First release of the auditor-suite monorepo: seven read-only audit skills for AI coding agents, consolidated from their standalone repos with full git history preserved.
The seven auditors
| Skill | Audits | Report |
|---|---|---|
| codeauditor | The whole codebase across 9 lenses | codeaudit.md |
| secauditor | Security, grounded in OWASP and CWE (11 dimensions) | secaudit.md |
| dbauditor | The database layer (11 dimensions) | dbaudit.md |
| llmauditor | LLM integration (12 dimensions) | llmaudit.md |
| seoauditor | Search and AI answer-engine visibility (12 dimensions) | seoaudit.md |
| uiauditor | UI implementation (10 dimensions) | uiaudit.md |
| uxauditor | UX, user journeys, and workflows end to end | uxaudit.md |
Every auditor obeys the same read-only contract: never edits source, never runs the live system, writes exactly one scored and prioritized report at the repo root, and prints the verdict in chat.
Install
Claude Code plugin marketplace:
/plugin marketplace add hannsxpeter/auditor-suite
/plugin install auditor-suite@auditor-suite
One-command install for Claude Code, Codex, Cursor, pi, and OpenClaw:
git clone https://github.com/hannsxpeter/auditor-suite.git
bash auditor-suite/install.shConsolidation
This release absorbs and supersedes the standalone repos codeauditor (1.0.0), secauditor (0.1.0), dbauditor (0.1.1), llmauditor (0.1.0), seoauditor (0.1.0), uiauditor (0.1.0), and uxauditor (1.1.0). Each was subtree-merged under skills/<name>/ with its complete commit history; trace any skill's past with git log -- skills/<name>/. Standalone versioning is retired in favor of the suite release train named in VERSION.
Full details in CHANGELOG.md.
Standalone archive
The binary assets attached to this release are the exact artifacts from the retired standalone releases. Their release notes, PR descriptions, and tag messages are preserved verbatim in references/STANDALONE-ARCHIVE.md, and namespaced tags (<skill>-v<version>) point at every standalone release commit.