BEACON

← candidates

npm ghost-storage-base @3.0.0

score
0.7057 high
flagged 2026-07-24 12:11
signals by category
identity 1 topology 3

maintainers added: austin.burdine, zach1618

package profile →

amplifiers co-occurring signal pairs that lift the final score

Signals fired

signalweightrationale
identity
maintainer_churn 1.0 added: ['austin.burdine', 'zach1618']
topology
typosquat 1.0 combosquat of 'ghost'
shared_repo_different_publisher 0.9 repo 'git+https://github.com/TryGhost/Ghost.git' also claimed by 2 package(s) under different publishers: ['npm/@tryghost/adapter-base-sso', 'npm/@tryghost/adapter-base-scheduling']
repository_url_changed 0.7 'git://github.com/TryGhost/Ghost-Storage-Base.git' -> 'git+https://github.com/TryGhost/Ghost.git'

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "zimoatghost",
    "allouis",
    "kernalghost",
    "chrisraible",
    "erisds",
    "johnonolan",
    "kevinansfield",
    "cobbspur",
    "aileencgn",
    "jloh",
    "minimaluminium",
    "sam-lord",
    "pauladamdavis",
    "bobvaneck",
    "joeegrigg",
    "hadret",
    "jonhickman",
    "erik-ghost",
    "sagzy",
    "vershwal",
    "mike182uk",
    "luissazevedo",
    "lsinger",
    "nickmoreton",
    "renatoworks",
    "rblstr-ghost",
    "evanhahn-ghost",
    "weylandswart",
    "ghost-slimer",
    "tmciesco",
    "jonatan-ghost",
    "9larsons",
    "kirrg001"
  ],
  "versions": 12
}

Evidence (package doc at flag time)

{
  "dependencies_count": 1,
  "dist": {
    "integrity": "sha512-FBFXuCXSsTQ188Kv6Xh5vAkTkp/p8d+DhKx0Jm9qHwF28PYgLgklKrf4i4XiVM9w6fl4G5KaGb1UXXv6goh4uQ==",
    "tarball": "https://registry.npmjs.org/ghost-storage-base/-/ghost-storage-base-3.0.0.tgz",
    "unpackedSize": 12579
  },
  "dist-tags": {
    "latest": "3.0.0"
  },
  "latest_version": "3.0.0",
  "maintainers": [
    {
      "email": "zimo@ghost.org",
      "name": "zimoatghost"
    },
    {
      "email": "fabien@allou.is",
      "name": "allouis"
    },
    {
      "email": "matthew@ghost.org",
      "name": "kernalghost"
    },
    {
      "email": "chris@ghost.org",
      "name": "chrisraible"
    },
    {
      "email": "github.erisds@gmail.com",
      "name": "erisds"
    },
    {
      "email": "john@onolan.org",
      "name": "johnonolan"
    },
    {
      "email": "kevin@ghost.org",
      "name": "kevinansfield"
    },
    {
      "email": "david@ghost.org",
      "name": "cobbspur"
    },
    {
      "email": "aileen@ghost.org",
      "name": "aileencgn"
    },
    {
      "email": "npmjs@jloh.co",
      "name": "jloh"
    },
    {
      "email": "sodbileg.gansukh@gmail.com",
      "name": "minimaluminium"
    },
    {
      "email": "hello@samlord.me",
      "name": "sam-lord"
    },
    {
      "email": "paul@ghost.org",
      "name": "pauladamdavis"
    },
    {
      "email": "bobvaneck@gmail.com",
      "name": "bobvaneck"
    },
    {
      "email": "account@joegrigg.com",
      "name": "joeegrigg"
    },
    {
      "email": "filip@ghost.org",
      "name": "hadret"
    },
    {
      "email": "jon@theplan.co.uk",
      "name": "jonhickman"
    },
    {
      "email": "erik@ghost.org",
      "name": "erik-ghost"
    },
    {
      "email": "guptazy@gmail.com",
      "name": "sagzy"
    },
    {
      "email": "vershwal.princi@gmail.com",
      "name": "vershwal"
    },
    {
      "email": "zach@ghost.org",
      "name": "zach1618"
    },
    {
      "email": "mike182uk@gmail.com",
      "name": "mike182uk"
    },
    {
      "email": "luis@ghost.org",
      "name": "luissazevedo"
    },
    {
      "email": "leif@ghost.org",
      "name": "lsinger"
    },
    {
      "email": "nick@ghost.org",
      "name": "nickmoreton"
    },
    {
      "email": "renatocesarcp@gmail.com",
      "name": "renatoworks"
    },
    {
      "email": "rob@ghost.org",
      "name": "rblstr-ghost"
    },
    {
      "email": "evan@ghost.org",
      "name": "evanhahn-ghost"
    },
    {
      "email": "austin@ghost.org",
      "name": "austin.burdine"
    },
    {
      "email": "weyland.swart@gmail.com",
      "name": "weylandswart"
    },
    {
      "email": "info@ghost.org",
      "name": "ghost-slimer"
    },
    {
      "email": "tmciesco@gmail.com",
      "name": "tmciesco"
    },
    {
      "email": "jonatan@ghost.org",
      "name": "jonatan-ghost"
    },
    {
      "email": "9larsons@gmail.com",
      "name": "9larsons"
    },
    {
      "email": "katharina.irrgang@googlemail.com",
      "name": "kirrg001"
    }
  ],
  "num_versions": 15,
  "repository": {
    "directory": "packages/adapters/storage-base",
    "type": "git",
    "url": "git+https://github.com/TryGhost/Ghost.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "pnpm run '/^lint:/'",
    "lint:code": "eslint src/ --cache",
    "lint:test": "eslint test/ --cache",
    "test": "pnpm run '/^test:/'",
    "test:types": "tsc --noEmit -p test/tsconfig.json",
    "test:unit": "NODE_ENV=testing vitest run --coverage"
  },
  "signal_details": {
    "_amplifiers": [
      "repository_url_changed + maintainer_churn: repo ownership claim shifted during identity churn (+0.10)"
    ],
    "maintainer_churn": "added: ['austin.burdine', 'zach1618']",
    "repository_url_changed": "'git://github.com/TryGhost/Ghost-Storage-Base.git' -> 'git+https://github.com/TryGhost/Ghost.git'",
    "shared_repo_different_publisher": "repo 'git+https://github.com/TryGhost/Ghost.git' also claimed by 2 package(s) under different publishers: ['npm/@tryghost/adapter-base-sso', 'npm/@tryghost/adapter-base-scheduling']",
    "typosquat": "combosquat of 'ghost'"
  },
  "time": {
    "created": "2017-04-05T10:36:45.279Z",
    "modified": "2026-07-24T17:11:07.169Z"
  }
}