npm pr-checkmate @1.23.7
score
0.5935
med
flagged
2026-07-25 10:16
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| license_changed | 0.4 | 'LicenseRef-Proprietary' -> 'UNLICENSED' |
| topology | ||
| repository_url_changed | 0.7 | 'git+https://github.com/Mybono/pr_checkmate.git' -> 'git+https://github.com/Mybono/pr_checkmate_public.git' |
| dependency_added_unknown | 0.6 | 1 new non-watchlisted dep(s): ['yaml'] |
| enrichment | ||
| repo_too_new_for_version_history | 0.7 | claimed repo created 0d ago but package has 93 versions (expect >= 118d for that history) |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"mavox"
],
"versions": 91
}
Evidence (package doc at flag time)
{
"dependencies_count": 31,
"dist": {
"integrity": "sha512-2DIQV+OYAxgcVo1oBR17lkh4kYXdk52o0V/1QZIVFZbtdN8QoGYKRixEjPjfVUQ75t5lwuaxFgpIg1iAwkeaSA==",
"tarball": "https://registry.npmjs.org/pr-checkmate/-/pr-checkmate-1.23.7.tgz",
"unpackedSize": 423955
},
"dist-tags": {
"latest": "1.23.7"
},
"latest_version": "1.23.7",
"maintainers": [
{
"email": "stringmymail@gmail.com",
"name": "mavox"
}
],
"num_versions": 93,
"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): ['yaml']",
"license_changed": "'LicenseRef-Proprietary' -> 'UNLICENSED'",
"repo_too_new_for_version_history": "claimed repo created 0d ago but package has 93 versions (expect >= 118d for that history)",
"repository_url_changed": "'git+https://github.com/Mybono/pr_checkmate.git' -> 'git+https://github.com/Mybono/pr_checkmate_public.git'"
},
"time": {
"created": "2025-11-19T16:25:19.114Z",
"modified": "2026-07-25T15:16:36.256Z"
}
}