AI-powered cognitive threat hunter for vibe coding sessions built on Hermes Agent.
Paste your session log, declare your blind spots before the evidence arrives, complete a timed TTP attribution challenge, and receive a computed Evidence Integrity score based on your actual decisions — not a generated number.
Vibe coding is how most people build with AI today — you describe what you want, the AI generates it, you run it, fix errors, iterate. It works. But did you actually learn anything, or did the AI just carry you through it?
ECHO Hunt finds out. It hunts your session for four cognitive patterns that stop self-taught builders from retaining what they build:
- Borrowed Confidence — accepted AI output without verification
- Shallow Resolution — fixed the error, didn't understand why
- Pattern Blindness — repeated the same error class without noticing
- Premature Exit — moved on before understanding was solid
- Paste your vibe coding session log
- Declare your blind spots before the evidence arrives
- Face the confrontation — your declarations vs what Hermes actually found
- Complete the TTP attribution challenge (20-second timer per finding)
- Receive your Evidence Integrity score — computed from your decisions, not generated
- Download your Cognitive Threat Report
- Hermes Agent installed and configured
- Node.js installed
- A Google AI Studio API key (or any provider Hermes supports)
- Copy the
skills/echo-hunt/SKILL.mdfile from this repo to your Hermes skills directory:- Windows:
C:\Users\yourname\AppData\Local\hermes\skills\echo-hunt\SKILL.md - Linux/Mac:
~/.hermes/skills/echo-hunt/SKILL.md
- Windows:
- Open Hermes and run
/reload-skills - Confirm it loaded with
/skills list --source local
git clone https://github.com/FlowArchitect895/echo-hunt.git
cd echo-hunt
npm install
node index.jsThen open http://localhost:3000
ECHO Hunt calls hermes -z with the echo-hunt skill prompt. Hermes Agent performs the full cognitive forensic hunt in one call — forming hypotheses, hunting evidence, mapping TTPs, generating attribution challenges with locked correct answers and plausible distractors.
Everything is pre-computed before gameplay starts. Zero API calls during the investigation. The Evidence Integrity score is calculated entirely from player behavior.
- Hermes Agent — the cognitive hunt engine
- Node.js + Express — backend bridge
- Vanilla HTML/CSS/JS — frontend
Hermes Agent Challenge — DEV.to x Nous Research