npm pr-checkmate @1.23.17
score
0.7
high
flagged
2026-07-26 06:17
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 11 versions in last 24h: ['1.23.13', '1.23.14', '1.23.15', '1.23.16', '1.23.17'] |
| topology | ||
| dependency_added_unknown | 0.6 | 1 new non-watchlisted dep(s): ['license-checker-rseidelsohn'] |
| enrichment | ||
| repo_too_new_for_version_history | 0.7 | claimed repo created 1d ago but package has 103 versions (expect >= 120d for that history) |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"mavox"
],
"versions": 102
}
Evidence (package doc at flag time)
{
"dependencies_count": 31,
"dist": {
"integrity": "sha512-q6mUumCwu2MMCg3x8Oa1uFU5QZWhQ9ERV1o5XqcNKR8XxQMI1eWlrjGsvcGS5E0fw7FxVDX7WEy4martag3mpg==",
"tarball": "https://registry.npmjs.org/pr-checkmate/-/pr-checkmate-1.23.17.tgz",
"unpackedSize": 427014
},
"dist-tags": {
"latest": "1.23.17"
},
"latest_version": "1.23.17",
"maintainers": [
{
"email": "stringmymail@gmail.com",
"name": "mavox"
}
],
"num_versions": 103,
"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": "1 new non-watchlisted dep(s): ['license-checker-rseidelsohn']",
"rapid_release": "11 versions in last 24h: ['1.23.13', '1.23.14', '1.23.15', '1.23.16', '1.23.17']",
"repo_too_new_for_version_history": "claimed repo created 1d ago but package has 103 versions (expect >= 120d for that history)"
},
"time": {
"created": "2025-11-19T16:25:19.114Z",
"modified": "2026-07-26T09:50:58.121Z"
}
}