sjh9714/red-handed

3 stars · Last commit 2026-08-01

Audit what your Claude Code agent actually did against what it said. Reads session logs + git, cites evidence, calls no model.

README preview

<h1 align="center">red-handed</h1>

<p align="center">
  <em>Your agent said "All tests pass ✅". Did they?</em>
</p>

<p align="center">
  <a href="https://www.npmjs.com/package/@jinhyuk9714/red-handed"><img src="https://img.shields.io/npm/v/%40jinhyuk9714%2Fred-handed?style=flat-square&color=111111&label=npm" alt="npm"></a>
  <a href="https://github.com/sjh9714/red-handed/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/sjh9714/red-handed/ci.yml?branch=main&style=flat-square&color=111111&label=ci" alt="CI"></a>
  <img src="https://img.shields.io/node/v/%40jinhyuk9714%2Fred-handed?style=flat-square&color=111111" alt="Node">
  <img src="https://img.shields.io/badge/license-MIT-111111?style=flat-square" alt="MIT license">
</p>

<p align="center">
  <strong>It reads the session log your coding agent left behind, lines it up with your git history,<br>
  and shows you — with timestamps and quotes — where what it <em>said</em> and what it <em>did</em> don't match.</strong>
</p>

<p align="center">
  <sub>

View full repository on GitHub →