npm pr-checkmate @1.23.19
score
0.7
high
flagged
2026-07-26 07:20
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 13 versions in last 24h: ['1.23.15', '1.23.16', '1.23.17', '1.23.18', '1.23.19'] |
| topology | ||
| dependency_added_unknown | 0.6 | 2 new non-watchlisted dep(s): ['dpdm', 'knip'] |
| enrichment | ||
| repo_too_new_for_version_history | 0.7 | claimed repo created 1d ago but package has 105 versions (expect >= 121d for that history) |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"mavox"
],
"versions": 103
}
Evidence (package doc at flag time)
{
"dependencies_count": 32,
"dist": {
"integrity": "sha512-toAGEimQaDQ3T+iW8jHTmuIzM/39tNf2BhurMXNyTah24T4OU8zjgEMFkL4rrWupGJi+9TW5baG1aWJJc9luAg==",
"tarball": "https://registry.npmjs.org/pr-checkmate/-/pr-checkmate-1.23.19.tgz",
"unpackedSize": 452323
},
"dist-tags": {
"latest": "1.23.19"
},
"latest_version": "1.23.19",
"maintainers": [
{
"email": "stringmymail@gmail.com",
"name": "mavox"
}
],
"num_versions": 105,
"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": {
"dependency_added_unknown": "2 new non-watchlisted dep(s): ['dpdm', 'knip']",
"rapid_release": "13 versions in last 24h: ['1.23.15', '1.23.16', '1.23.17', '1.23.18', '1.23.19']",
"repo_too_new_for_version_history": "claimed repo created 1d ago but package has 105 versions (expect >= 121d for that history)"
},
"time": {
"created": "2025-11-19T16:25:19.114Z",
"modified": "2026-07-26T12:20:16.780Z"
}
}