OpenPitStop
Description
A referee your AI coding agent can't cheat. PitStop scans your repo, seals the evidence, catches agents faking test passes, pen-tests your app, and loops fix → verify → re-scan until it's genuinely clean. No telemetry, free, MIT-licensed and everything stays on your machine. Works in Claude Code, Cursor, Codex, OpenCode, and Kilo Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
OpenPitStop CLI
**The agent finally has a referee it can't cheat.** OpenPitStop is a CLI that scans your repo, scores it, and checks everything your AI coding agent does — so when it says "done", you know it's actually done.
[](https://www.npmjs.com/package/openpitstop) [](https://github.com/Krish-1507/OpenPitStop/actions/workflows/ci.yml) [](LICENSE)
AI coding agents are brilliant at fixing things, and just as brilliant at *saying they did* when they didn't. OpenPitStop measures your repo with scans, seals every number so it can't be edited later, attacks your own app with a live penetration test, and checks every change your agent makes. The exit codes tell you the truth: `0` clean, `1` suspicious, `2` confirmed cheat.
Quick install
**Start here:** `npx openpitstop try .` scores any repo in about two seconds with zero install, or `npm i -g openpitstop` for daily use. No account, no config, no SaaS.
**Zero install, try it now:**
npx openpitstop try .
Scores any repo in about two seconds of scanning. The first run downloads the package once, after that it is instant.
**Install it globally (recommended for daily use):**
npm install -g openpitstop
openpitstop --help
Now every command starts with `openpitstop` instead of `npx openpitstop`.
Requires **Node.js 22+**, that is the only dependency. For the full setup (slash command, pre-commit hook, CI), see [Install](#install).
Use-Cases
- You ship with an AI agent and want proof it actually finished. The gate and
verifyturn "the agent says done" into a pass or fail you can block a build on. - You want a security scan that proves findings, not just guesses.
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing