Suggested Tooling

AI Code Tools

These tools help you implement the VIBES ecosystem — from generating .ai-audit/ data during development, to attesting integrity with VERIFY, to scoring risk with PRISM. Whether you're adding transparency to a personal project or rolling out AI provenance tracking across an organization, these tools make adoption practical.

Featured Tools

>_ VIBECHECK

A Rust CLI tool spanning all four standards — validates .ai-audit/ data (VIBES), signs cryptographic attestations (VERIFY), and computes risk scores (PRISM). The reference implementation for the VIBES ecosystem.

VIBES Data Validation
VERIFY Security Attestation
PRISM Risk Scoring
VIBES Data Validation
vibecheck init — Bootstrap VIBES in your project vibecheck verify — Validate your .ai-audit/ data vibecheck --format html — Generate visual report vibecheck stats --deep — Full analysis with coverage stats vibecheck anchors — Validate anchors, detect line drift vibecheck verify --rebase — Check for orphans after rebase
VERIFY Security Attestation
vibecheck attest — Sign and submit attestation vibecheck attest --cosign-url <url> — Attest with tool provider cosigning vibecheck verify-attestation --provider-key <path> — Verify with trust tier vibecheck provider-keys list — Manage cached provider keys
PRISM Risk Scoring
vibecheck risk — Compute and display PRISM score vibecheck risk --threshold 0.6 --ci — CI gate on high-risk annotations
View Source on GitHub

>_ vibes-test-harness

A development-only tool for generating synthetic .ai-audit/ directories and validating v1.1 spec conformance. Designed for tool implementors, spec maintainers, and CI pipelines — not for end users. Generates controlled test scenarios including rebase flows, PRISM severity spectrums, concurrency stress, and intentionally malformed data for negative testing.

vibes-test-harness generate baseline — Minimal valid v1.1 directory vibes-test-harness generate rebase-scenario — Post-rebase state with remaps + orphans vibes-test-harness generate prism-spectrum — Full PRISM severity range vibes-test-harness generate malformed mixed — Intentionally broken data vibes-test-harness validate schema ./path — Full v1.1 conformance check vibes-test-harness test ./vibecheck — Run test suite against a tool
Coming Soon

Maestro

A cross-platform desktop application for orchestrating multiple AI coding agents simultaneously. Maestro supports Claude Code, OpenAI Codex, OpenCode, and Factory Droid with parallel agent management, git worktree integration, auto-run playbooks, group chat coordination, and a mobile remote access interface. Designed for power users who run lengthy unattended automation sessions across parallel projects.

Learn More

ClaudeCode-VIBES Coming Soon

A VIBES-compliant hook for Claude Code that automatically generates .ai-audit/ data as you work. Captures environment context, prompt hashes, session boundaries, and line-level annotations in real time — no workflow changes required. Configurable assurance level from Low to High with optional chain-of-thought capture. Generated audit data is compatible with VERIFY attestation and PRISM risk scoring.

Source available at launch

Gemini-CLI-VIBES Coming Soon

A VIBES integration for Google Gemini CLI that emits standards-compliant audit data during interactive and scripted sessions. Tracks Gemini model variants, tool use, and file modifications with automatic annotation generation. Supports all three assurance levels with configurable output to .ai-audit/. Generated audit data is compatible with VERIFY attestation and PRISM risk scoring.

Source available at launch

Codex-VIBES Coming Soon

A VIBES plugin for OpenAI Codex CLI that records AI provenance data for every code generation and edit session. Captures OpenAI model metadata, prompt context, and file-level change tracking with automatic annotation output. Integrates with Codex's sandbox execution model to record tool invocations and shell commands alongside code changes. Generated audit data is compatible with VERIFY attestation and PRISM risk scoring.

Source available at launch

Integration Guidelines

Integrate VIBES tooling into your development workflow for maximum value:

See the Implementors Guide for integration patterns, the VIBES standard for data format details, VERIFY for attestation integration, and PRISM for risk scoring setup.

Back to Home