good-egg

Trust scoring for GitHub PR authors based on contribution history. (by 2ndSetAI)

Good-egg Alternatives

Similar projects and alternatives to good-egg

  1. nixos-config

    My NixOS configurations.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. vouch

    16 good-egg VS vouch

    A community trust management system based on explicit vouches to participate.

  4. tollbooth

    A self-hosted, headless service that charges unknown email senders a small fee (toll) to reach your Gmail inbox. Goal is to cut down on unwanted email. (by JoeBerg8)

  5. reactive-machine-learning-systems

    Code from the book Machine Learning Systems

  6. Review Board

    An extensible and friendly code review tool for projects and companies of all sizes.

  7. vaultscan-community

    Privacy-first secret leak detection tool for DevOps and security teams. Built for scalable, offline-first scanning with future enterprise expansion plans.

  8. piperider

    Code review for data in dbt

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better good-egg alternative or higher similarity.

good-egg discussion

Log in or Post with

good-egg reviews and mentions

Posts with mentions or reviews of good-egg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-03-04.
  • Good-egg – Trust scoring for GitHub PR authors based on contribution history
    1 project | news.ycombinator.com | 20 Apr 2026
  • A Basket of Eggs
    1 project | news.ycombinator.com | 16 Mar 2026
    OP here. This is the sequel to the original Good Egg post (https://news.ycombinator.com/item?id=47151678).

    We ran three experiments since v1 that changed the model substantially.

    We tried to detect suspended GitHub accounts from behavioral signals (merge rate, network centrality, TF-IDF on PR titles, LLM classification with ~31K Gemini calls). Best individual AUC was 0.619 on a 1.9% base rate. The merged-PR population is too homogeneous. Accounts that pass code review look like everyone else. The interesting finding: the suspension rate among contributors with merged PRs is under 2%. The review process is a better filter than the discourse around AI slop suggests.

    That led us to question the scoring model. The graph score (bipartite construction, personalized ranking, language normalization, the whole pipeline from v1) actively hurts predictions for the contributors who actually need scoring: unknown people with a handful of merged PRs. Merge rate alone outperforms merge rate plus graph at every tier we tested. The new default model is merged / (merged + closed). We also pulled account age out of the score into a separate advisory after DeLong tests showed it adds nothing once you condition on merge rate.

    The post has the full data, including the tables.

    Next we're working on content scoring (does this PR fit this repo's conventions?) and cold-start tooling (helping new contributors understand project expectations before they submit). Contributor reputation is one input to review triage. The PR itself carries more signal.

    Repo: https://github.com/2ndSetAI/good-egg

    pip install good-egg

    Or just run it via uvx.

  • Ask HN: Maintainers, do LLM-only users often clutter your issues/PRs?
    2 projects | news.ycombinator.com | 4 Mar 2026
    And I filed that suggestion as an enhancement issue on the repo: https://github.com/2ndSetAI/good-egg/issues/43

    Thanks for the idea.

  • Show HN: Good Egg: Trust Scoring for GitHub PR Authors
    2 projects | news.ycombinator.com | 10 Feb 2026
  • Vouch
    7 projects | news.ycombinator.com | 8 Feb 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Aug 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic good-egg repo stats
6
51
8.0
4 months ago

2ndSetAI/good-egg is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of good-egg is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?