Skip to content

add: mockhunter to Development Tools & Utilities#60

Open
memurcie wants to merge 1 commit intoLangGPT:mainfrom
memurcie:add-mockhunter
Open

add: mockhunter to Development Tools & Utilities#60
memurcie wants to merge 1 commit intoLangGPT:mainfrom
memurcie:add-mockhunter

Conversation

@memurcie
Copy link
Copy Markdown

@memurcie memurcie commented May 7, 2026

Summary

Adds mockhunter — a Claude Code skill that audits live web pages for fake/mock data, hardcoded values, and broken endpoints.

What it does

5-phase Playwright + Claude Code skill that:

  1. Catalogs every visible element on a page
  2. Tests interactivity (clicks, modals, console, network)
  3. Traces every visible value to its source via DOM + bundle inspection
  4. Classifies each value as REAL / MOCK / LLM / HARDCODED / BROKEN / UNKNOWN
  5. Generates a markdown report

Targets vibe-coded apps (Lovable, Bolt, v0, Replit, AI Studio, Cursor Composer) where the UI may render data with no real backing source.

Demo: 60-second GIF auditing a Lovable admin dashboard

Files updated

  • README.md — added entry under "Development Tools & Utilities"
  • README-CN.md — same entry, translated to Chinese

License: MIT

Adds mockhunter (https://github.com/CodeShuX/mockhunter) — a Claude
Code skill that audits live web pages for mock/fake data via
Playwright in 5 phases.

Updated both README.md and README-CN.md.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant