From 7ae4363eaead8e323fda47e6659c915ad4640a2f Mon Sep 17 00:00:00 2001 From: Shubham Date: Thu, 7 May 2026 18:41:56 +0530 Subject: [PATCH] add: mockhunter to Development Tools & Utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README-CN.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-CN.md b/README-CN.md index 13df2cd..cddcae5 100644 --- a/README-CN.md +++ b/README-CN.md @@ -82,6 +82,7 @@ Claude Code 是 Anthropic 推出的智能编程助手,它生活在你的终端 |[Claude-Code-Communication](https://github.com/nishimoto265/Claude-Code-Communication) | ![GitHub Repo stars](https://badgen.net/github/stars/nishimoto265/Claude-Code-Communication) | Claude Code 通信工具 | 通信工具| |[Claude-Code-Remote](https://github.com/JessyTsui/Claude-Code-Remote) | ![GitHub Repo stars](https://badgen.net/github/stars/JessyTsui/Claude-Code-Remote) | 通过电子邮件、discord、telegram 远程控制 Claude Code | 远程控制工具| |[zcf](https://github.com/UfoMiao/zcf) | ![GitHub Repo stars](https://badgen.net/github/stars/UfoMiao/zcf) | Claude code 和 Codex 的零配置代码流 | 零配置工作流| +|[mockhunter](https://github.com/CodeShuX/mockhunter) | ![GitHub Repo stars](https://badgen.net/github/stars/CodeShuX/mockhunter) | 一个 5 阶段 Playwright 技能,审计网页上的虚假/模拟数据;将每个值分类为 REAL/MOCK/LLM/HARDCODED/BROKEN | 模拟数据检测与网页审计| ## 监控与分析 diff --git a/README.md b/README.md index 96ff437..e6d267c 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ English | [简体中文](README-CN.md) |[Claude-Code-Communication](https://github.com/nishimoto265/Claude-Code-Communication) | ![GitHub Repo stars](https://badgen.net/github/stars/nishimoto265/Claude-Code-Communication) | Communication utilities for Claude Code | Communication tools| |[Claude-Code-Remote](https://github.com/JessyTsui/Claude-Code-Remote) | ![GitHub Repo stars](https://badgen.net/github/stars/JessyTsui/Claude-Code-Remote) | Control Claude Code remotely via email, discord, telegram | Remote control tool| |[zcf](https://github.com/UfoMiao/zcf) | ![GitHub Repo stars](https://badgen.net/github/stars/UfoMiao/zcf) | Zero-Config Code Flow for Claude code & Codex | Zero-config workflow| +|[mockhunter](https://github.com/CodeShuX/mockhunter) | ![GitHub Repo stars](https://badgen.net/github/stars/CodeShuX/mockhunter) | 5-phase Playwright skill that audits live web pages for fake/mock data; classifies values as REAL/MOCK/LLM/HARDCODED/BROKEN | Mock data detection & web audit| ## Monitoring & Analytics