SOURCE-ONLY TEST EVIDENCE
AI Test Auditor
Do not trust AI-generated tests. Verify their static evidence before your team relies on them.
01 / Audit capability
Audit capability
searchSource-backed findings
Read JavaScript and TypeScript test source without importing or executing it, then locate deterministic findings in the file.
ruleFAKE and WEAK rules
Extract direct Jest, Vitest, and Playwright callbacks and report narrow findings with remediation guidance.
differenceChange-aware review
Review supported test files changed since a local ref, compare against a baseline, or add optional mutation evidence.
gavelExplicit quality boundaries
Keep static audit, runtime quality, coverage, mutation score, and release readiness as separate decisions.
02 / Evidence boundaries
Evidence boundaries
FAKEFAKE
Deterministic syntactic evidence that a test does not verify an observable behavior.
WEAKWEAK
A non-blocking signal that deserves review but does not decide a release by itself.
UNASSESSEDUNASSESSED
An unflagged test is not proven strong; runtime behavior and production relevance remain outside this audit.
03 / Install and run
Install and run
Run from a source checkout
Build the local CLI, then review a test directory and inspect the JSON evidence.
Commandnpm install
npm run build
node dist/cli.js review ./tests --format json
Use the packaged command
The installed package exposes the same workflow through the ata command.
Commandnpm install -g ai-test-auditor
ata review ./tests --format html
04 / Explore the QA ecosystem
Explore the QA ecosystem
05 / RELEASES
Release notes
v1.1.1v1.1.1 release · See the GitHub release notes for the detailed changes.
v1.1.0v1.1.0 release · See the GitHub release notes for the detailed changes.
v1.0.3v1.0.3 release · See the GitHub release notes for the detailed changes.
v1.0.2v1.0.2 release · See the GitHub release notes for the detailed changes.
v1.0.1v1.0.1 release · See the GitHub release notes for the detailed changes.
v1.0.0v1.0.0 release · See the GitHub release notes for the detailed changes.
v0.9.0v0.9.0 release · See the GitHub release notes for the detailed changes.
v0.8.0v0.8.0 release · See the GitHub release notes for the detailed changes.
v0.7.0v0.7.0 release · See the GitHub release notes for the detailed changes.
v0.6.0v0.6.0 release · See the GitHub release notes for the detailed changes.
v0.5.0v0.5.0 release · See the GitHub release notes for the detailed changes.
v0.4.0v0.4.0 release · See the GitHub release notes for the detailed changes.
v0.3.0v0.3.0 release · See the GitHub release notes for the detailed changes.
v0.2.0v0.2.0 release · See the GitHub release notes for the detailed changes.
v0.1.0v0.1.0 release · See the GitHub release notes for the detailed changes.