Skip to main content
The Quality group is the verification and safety surface. See Verification gates for how these compose.

forge verify

Independent verification gate — tests + hallucinated-symbol + provenance.

forge scan

Skill-gate — vet a skill or MCP server for injection / RCE / exfil before install.

forge spec

Spec-as-contract — init (OpenSpec), lock, and check drift.

forge taste

Enable one UI-taste tool for this repo (no arg lists the options).
Writes DESIGN.md and parameterizes the uicheck design gate thresholds.

forge uicheck

Deterministic UI checks.

forge harden

Wire security controls — gitleaks pre-commit + sandbox settings.

forge precommit v0.19+

Commit-level gate — runs the verification floor at commit time so partial or unverified work is caught before it lands.

forge radar v0.19+

Dependency-currency rings — groups the project’s dependencies by how current they are, so stale or drifting dependencies surface before they bite.
See the Keeping dependencies current guide for how to read the rings.