← all rings
frontend/ frontend/ javascript/ framework

frontend/frameworks

A demonstration ring built from public maintainer keys across several frontend ecosystems. Shows how cross-project anonymous attribution would work in practice.

Anyone of 3 could sign.

Each public key is derived deterministically from the contributor's public SSH listing on GitHub. You can reproduce the ring root by re-deriving members locally — the math should match what's shown here.

/ 01@sindresorhuspk: 026f633a7949ddfe42c49aba2da66ee95e65205043eb487594c3ee1cbcd8b1e8a4
/ 02@yyx990803pk: 0299aca8706509e20812537c13e1b50da022c18d460ceb1cb09e7f27ad7536c5be
/ 03@mojombopk: 0315dfde14a17d171f52b5d7eaa7da03f356b379580c3e10a41108f600b5bdfaa9

No ghosts yet.

When ring members ship anonymous commits, they show up here with their key images. Identity stays hidden — patterns of activity do not.

This ring has no anchored ghosts yet. Once a member runs gitghost commit inside a repo using this ring, the resulting key images appear here.

Reproduce locally.

You can recreate this ring exactly. Run the snippet on the right inside any git repo, and the resulting .gitghost/ring.json will hash to the same ring root.

CLI snippet~/repo
# add yourself, then add the same members:
gitghost init "frontend/frameworks"
gitghost ring add-self
gitghost ring add sindresorhus
gitghost ring add yyx990803
gitghost ring add mojombo

# verify the resulting ring root matches:
# expected ring root: bafkreiea0f1d7815fda557303b536e93c6f7014b44722ea513d1eb9789
ring.jsoncanonical
{
  "version": 1,
  "name": "frontend/frameworks",
  "context": "ea0f4ea302508d01208a95324d16245d184c1522dcc94981459719de15b54bf4",
  "members": [
    {
      "github": "sindresorhus",
      "publicKey": "026f633a7949ddfe42c49aba2da66ee95e65205043eb487594c3ee1cbcd8b1e8a4",
      "source": "github"
    },
    {
      "github": "yyx990803",
      "publicKey": "0299aca8706509e20812537c13e1b50da022c18d460ceb1cb09e7f27ad7536c5be",
      "source": "github"
    },
    {
      "github": "mojombo",
      "publicKey": "0315dfde14a17d171f52b5d7eaa7da03f356b379580c3e10a41108f600b5bdfaa9",
      "source": "github"
    }
  ],
  "createdAt": 0
}
Disclosure

Public-key-derived ring. Listed users have not endorsed gitghost.