Residoo banner
dandovdub dandovdub

Residoo

AI community

Description

Find secrets your AI coding agent leaked to disk. Free, MIT, zero deps, zero network calls. Beat TruffleHog and GitGuardian's engine on our own published benchmark.

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

residoo

**Find secrets leaking through your AI coding agent's session history.**

[![npm version](https://img.shields.io/npm/v/residoo)](https://www.npmjs.com/package/residoo) [![CI](https://github.com/dandovdub/residoo/actions/workflows/ci.yml/badge.svg)](https://github.com/dandovdub/residoo/actions/workflows/ci.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![node >=18](https://img.shields.io/badge/node-%3E%3D18-339933)](package.json) [![runtime dependencies: 0](https://img.shields.io/badge/runtime_dependencies-0-brightgreen)](package.json)

residoo scan terminal output: 17 potential secrets found across 3 files, 87 files scanned (1.2 GB), values redacted to first/last 4 characters, no network calls

Every time Claude Code, Cursor, or a similar tool reads a file, runs a command, or browses a page on your behalf, it writes a transcript of the whole session to disk, including the contents of whatever it touched. If that ever included a `.env` file, a config with a real key in it, or a login token captured during testing, that credential is now sitting in plaintext, indefinitely, in a place almost nobody thinks to check.

residoo scans those transcripts and tells you what's in them.

$ residoo scan

⚠  17 potential secrets found across 3 files
   87 files scanned (1.2 GB) · sources: claude-code
   oldest match ~8d old · most recent ~0d old

    16  [high]  AWS Access Key ID   (1 distinct value, re-exposed 15× across tool output)
     1  [high]  Private key block

Values are redacted in this report (first/last 4 characters only). Nothing
scanned here left your machine; residoo makes no network calls.

Why this, and not a git sec