惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
月光博客
月光博客
IT之家
IT之家
B
Blog RSS Feed
T
Tailwind CSS Blog
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
博客园_首页
B
Blog
V
V2EX
腾讯CDC
Vercel News
Vercel News
量子位
Microsoft Security Blog
Microsoft Security Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - Davey2Waveyy/gitgauge: GitGauge — Chrome extensi...
davey2wavey · 2026-06-21 · via Hacker News: Show HN

Instantly detect fake GitHub stars and spot inflated repositories.

GitGauge is a Chrome extension that scores any GitHub repository for authenticity. If you've ever wondered whether a project's star count is real or inflated by bots and star-farming services, GitGauge gives you a clear answer in seconds — right on the page, with no extra tools needed.

Built for developers, recruiters, and open-source enthusiasts who want to know whether a project has genuine traction before they invest time in it.

Chrome Web Store License: MIT


The Problem: GitHub Star Farming

GitHub star farming is a growing problem. Services sell fake stars in bulk, making low-quality or abandoned projects look popular. A repository can have 10,000 stars and almost no real users — because bought stars come from bots that never fork the project, never watch it, and never open issues.

Common signs of an inflated repository:

  • Thousands of stars, almost no forks
  • Zero open issues on a supposedly popular project (issues disabled to hide complaints)
  • No watchers despite a high star count
  • Stars acquired in a sudden spike with no corresponding activity

GitGauge detects these patterns automatically and gives each repository a score from 1.0 to 5.0.


✨ Features

  • Authenticity Scoring: Calculates a GitGauge Score (1.0 to 5.0) based on the ratio of stars, forks, watchers, and active issues — the metrics bots can't fake.
  • Smart Overviews: Automatically surfaces the repository's official description so you understand what the project does without reading through badge walls.
  • Context Menu Integration: Right-click any GitHub link anywhere on the web to scan the repository without ever opening the page.
  • Premium Dark Mode UI: Built with an Apple-inspired glassy dark mode interface that matches GitHub's native styling.
  • Zero Dependencies: Powered entirely by the native GitHub REST API. No middlemen, no external scraping, zero tracking.
  • Claude Code Skill: Automatically scores any GitHub repo that appears in your AI conversations — same algorithm, works passively without typing a command.

🧠 How It Works: The Authenticity Score

GitGauge uses a weighted algorithm to score repositories from 1.0 (Likely Fake) to 5.0 (Highly Authentic). Rather than trusting raw star counts, it analyzes the engagement patterns that bots can't replicate:

  1. Fork-to-Star Ratio: Real developers fork projects to use or contribute to them. A repository with 5,000 stars but only 5 forks is a strong signal of fake star activity. GitGauge rewards healthy fork ratios (typically 10–20%).

  2. Watcher Engagement: Bots star repositories, but they rarely watch them for update notifications. The subscriber-to-star ratio is one of the clearest indicators of genuine human interest.

  3. Issue Activity: Real open-source projects attract bug reports and feature requests. A repo with 10,000 stars and zero open issues almost always has issues disabled — a common tactic to hide the absence of real users.

Score labels:

Score Verdict
4.5 – 5.0 ✅ Highly Authentic
3.5 – 4.4 🟢 Likely Authentic
2.5 – 3.4 🟡 Mixed Signals
1.5 – 2.4 🟠 Suspicious
1.0 – 1.4 🔴 Likely Fake

🚀 Installation

Option 1: Chrome Web Store (Recommended)

  1. Visit the GitGauge Chrome Web Store page.
  2. Click Add to Chrome.
  3. Pin the extension to your toolbar for easy access.

Option 2: Developer Installation (Manual)

  1. Clone this repository:
    git clone https://github.com/Davey2Waveyy/gitgauge.git
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable Developer mode in the top right corner.
  4. Click Load unpacked and select the cloned gitgauge folder.

🤖 Claude Code Skill

GitGauge includes a companion skill for Claude Code. Once installed, Claude automatically scores any GitHub repo URL that appears in your conversation — before engaging with it.

You: "Can you review this library? https://github.com/someuser/somerepo"
Claude: GitGauge: 🟠 1.9/5.0 — Suspicious
        ⚠️ Low engagement relative to star count...
        [then proceeds with your request]

Install:

  1. Create the skills directory if it doesn't exist:
    mkdir -p ~/.claude/skills/gitgauge/scripts
  2. Copy the skill files from this repo:
    cp skill/SKILL.md ~/.claude/skills/gitgauge/SKILL.md
    cp skill/scripts/score.py ~/.claude/skills/gitgauge/scripts/score.py
  3. Done — Claude will auto-score GitHub repos in any conversation.

Run /gitgauge owner/repo for a full breakdown with sub-scores and flags.


🛂 Permissions

GitGauge requests the minimum permissions needed to do its job:

Permission Reason
activeTab Read the current tab's URL when you click the toolbar icon.
scripting Inject the floating overlay when you right-click a GitHub link.
contextMenus Add the "Scan with GitGauge" right-click menu.
storage Remember locally that you finished the onboarding tour.
host_permissions Access api.github.com to read public repo stats. No other origins are touched.

See PRIVACY.md for the full privacy policy.


🔒 Privacy & Security

GitGauge respects your privacy.

  • No Tracking: We do not track your browsing history or collect personal data.
  • API Usage: All data is fetched directly from the public GitHub REST API.
  • Local Storage: Your onboarding preferences are saved securely and locally on your device (chrome.storage.local).

☕ Support the Project

If GitGauge has helped you spot a fake repo or saved you time, consider supporting development:


📄 License

This project is licensed under the MIT License — see the LICENSE file for details.