npm akm-cli @0.8.14
score
0.6979
med
flagged
2026-06-20 10:36
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| install_script_payload | 1.0 | install/lifecycle script matches payload regex |
| topology | ||
| dist_tag_anomaly | 0.5 | dist-tags.latest=0.8.14 but max published is 0.9.0-beta.0 |
| enrichment | ||
| repo_too_new_for_version_history | 0.7 | claimed repo created 105d ago but package has 68 versions (expect >= 109d for that history) |
Prior profile (what it deviated from)
{
"had_install_script": true,
"maintainers": [
"itlackey"
],
"versions": 68
}
Evidence (package doc at flag time)
{
"dependencies_count": 8,
"dist": {
"integrity": "sha512-DJO5f7DBrXXa3Nr1CMlCVxBuSmKxvN2EyU8TTrsvht5o3Ensy+dxVtD5FHWUp0hAmrSP79AgbACbanrRN2uO6Q==",
"tarball": "https://registry.npmjs.org/akm-cli/-/akm-cli-0.8.14.tgz",
"unpackedSize": 5441382
},
"dist-tags": {
"latest": "0.8.14",
"next": "0.9.0-beta.27"
},
"latest_version": "0.8.14",
"maintainers": [
{
"email": "itlackey@outlook.com",
"name": "itlackey"
}
],
"num_versions": 68,
"repository": {
"type": "git",
"url": "git+https://github.com/itlackey/akm.git"
},
"scripts": {
"build": "rm -rf dist && bun run tsc --project ./tsconfig.build.json && bun scripts/copy-assets.ts && bun scripts/fix-esm-extensions.ts",
"check": "bun run lint && bunx tsc --noEmit && bun run test:unit && bun run test:integration",
"check:changed": "bun test tests/output-baseline.test.ts tests/integration/e2e.test.ts tests/stash-search.test.ts && bun run lint && bunx tsc --noEmit",
"check:fast": "bun run lint && bunx tsc --noEmit && bun run test:unit",
"format": "bunx biome format --write src/ tests/",
"lint": "bunx biome check src/ tests/ && bun scripts/lint-tests-isolation.ts && bun scripts/lint-license-headers.ts && bun scripts/lint-runtime-boundary.ts",
"lint:devto-posts": "bun scripts/lint-devto-posts.ts",
"lint:devto-posts:fix": "bun scripts/lint-devto-posts.ts --fix",
"lint:fix": "bunx biome check --write src/ tests/",
"lint:isolation": "bun scripts/lint-tests-isolation.ts",
"lint:runtime-boundary": "bun scripts/lint-runtime-boundary.ts",
"lint:tests-isolation": "bun scripts/lint-tests-isolation.ts",
"postpublish": "git checkout -- README.md",
"preinstall": "node -e \"var ua=process.env.npm_config_user_agent||'';var major=parseInt((process.versions.node||'0').split('.')[0],10);if(process.versions.bun||ua.startsWith('bun/')||process.env.BUN_INSTALL||major>=20){process.exit(0)}console.error('\\n ERROR: akm-cli requires the Bun runtime (https://bun.sh), Node.js >= 20, or the prebuilt binary.\\n Install options:\\n 1. Bun: curl -fsSL https://bun.sh/install | bash && bun install -g akm-cli\\n 2. Binary: curl -fsSL https://github.com/itlackey/akm/releases/latest/download/install.sh | bash\\n');process.exit(1)\"",
"prepublishOnly": "cp .github/README.npm.md README.md && bun run build",
"publish:devto": "npx -y @sinedied/devto-cli push \"docs/posts/**/*.md\" --token \"$DEVTO_TOKEN\" --repo \"$GITHUB_REPOSITORY\" --branch \"${GITHUB_REF_NAME:-main}\" --reconcile",
"release:check": "./tests/release-check.sh",
"test": "bun test --parallel=${TEST_PARALLEL:-12} --timeout=30000 ./tests --path-ignore-patterns=tests/integration",
"test:integration": "bun test --parallel=${TEST_PARALLEL:-12} --timeout=30000 ./tests/integration ./tests/commands ./tests/workflows",
"test:node-compat": "AKM_NODE_COMPAT_TESTS=1 bun test --timeout=120000 tests/integration/node-compat.test.ts",
"test:node-smoke": "bun scripts/node-smoke.ts",
"test:sharded": "bun test ./tests --shard=1/4 & bun test ./tests --shard=2/4 & bun test ./tests --shard=3/4 & bun test ./tests --shard=4/4 & wait",
"test:time": "bun scripts/test-timing-report.ts",
"test:unit": "bun test --parallel=${TEST_PARALLEL:-12} --timeout=30000 ./tests --path-ignore-patterns=tests/integration"
},
"signal_details": {
"dist_tag_anomaly": "dist-tags.latest=0.8.14 but max published is 0.9.0-beta.0",
"install_script_payload": "install/lifecycle script matches payload regex",
"repo_too_new_for_version_history": "claimed repo created 105d ago but package has 68 versions (expect >= 109d for that history)"
},
"time": {
"created": "2026-03-10T23:13:31.629Z",
"modified": "2026-06-20T08:01:54.882Z"
}
}