BEACON

← candidates

npm pr-checkmate @1.23.9

score
0.6291 med
flagged 2026-07-25 13:24
signals by category
content 1 cadence 1 enrichment 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
license_changed 0.4 'UNLICENSED' -> 'SEE LICENSE IN LICENSE'
cadence
rapid_release 0.8 3 versions in last 24h: ['1.23.7', '1.23.8', '1.23.9']
enrichment
repo_too_new_for_version_history 0.7 claimed repo created 0d ago but package has 95 versions (expect >= 118d for that history)

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "mavox"
  ],
  "versions": 94
}

Evidence (package doc at flag time)

{
  "dependencies_count": 31,
  "dist": {
    "integrity": "sha512-465Zr5gm+udtnqeezpPnGqneLwsdNB+eBAlU+aXbO1LZL0J6QIDRQCUBkctDJkM4qc6RDVxyhvDwaWeD6N4xWg==",
    "tarball": "https://registry.npmjs.org/pr-checkmate/-/pr-checkmate-1.23.9.tgz",
    "unpackedSize": 425737
  },
  "dist-tags": {
    "latest": "1.23.9"
  },
  "latest_version": "1.23.9",
  "maintainers": [
    {
      "email": "stringmymail@gmail.com",
      "name": "mavox"
    }
  ],
  "num_versions": 95,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mybono/pr_checkmate_public.git"
  },
  "scripts": {
    "build": "npm run clean && npm run copy-configs && tsc -p tsconfig.build.json && npm run fix-shebang",
    "check": "npm run build && npm run lint && npm run prettier && npm run spellcheck",
    "clean": "rm -rf dist",
    "copy-configs": "ts-node src/scripts/copy-configs.ts",
    "docs": "typedoc",
    "fix-shebang": "node -e \"const fs=require('fs'); const path='dist/cli.js'; let content=fs.readFileSync(path,'utf8'); if(!content.startsWith('#!')){content='#!/usr/bin/env node\\n'+content; fs.writeFileSync(path,content);} fs.chmodSync(path,'755');\"",
    "lint": "eslint \"src/**/*.{ts,tsx}\" --fix",
    "prepublishOnly": "npm run build",
    "prettier": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
    "release": "standard-version",
    "scan:secrets": "gitleaks-secret-scanner --diff-mode ci --html-report gitleaks-report.html",
    "security-scan": "npx pr-checkmate security",
    "spellcheck": "cspell '**/*.{ts,tsx,js,jsx,md,json}' --no-progress",
    "test": "node --require ts-node/register --test \"src/**/*.test.ts\""
  },
  "signal_details": {
    "license_changed": "'UNLICENSED' -> 'SEE LICENSE IN LICENSE'",
    "rapid_release": "3 versions in last 24h: ['1.23.7', '1.23.8', '1.23.9']",
    "repo_too_new_for_version_history": "claimed repo created 0d ago but package has 95 versions (expect >= 118d for that history)"
  },
  "time": {
    "created": "2025-11-19T16:25:19.114Z",
    "modified": "2026-07-25T18:24:20.131Z"
  }
}