npm soloforge @1.1.51
score
0.6245
med
flagged
2026-06-21 10:52
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 3 versions in last 24h: ['1.1.49', '1.1.50', '1.1.51'] |
| topology | ||
| dist_tag_anomaly | 0.5 | dist-tags.latest=1.1.51 but max published is 2.0.0 |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"charliehu"
],
"versions": 73
}
Evidence (package doc at flag time)
{
"dependencies_count": 7,
"dist": {
"integrity": "sha512-7uH5ZOVMVrbNEYogNMdHqwEUZqzN8wCYsp6T2h7I239EnAL8B8PITgxsuIQZAU9q6uiTdNDpe9cM0HmHaEnZIw==",
"tarball": "https://registry.npmjs.org/soloforge/-/soloforge-1.1.51.tgz",
"unpackedSize": 5823047
},
"dist-tags": {
"latest": "1.1.51"
},
"latest_version": "1.1.51",
"maintainers": [
{
"email": "boluohu08@gmail.com",
"name": "charliehu"
}
],
"num_versions": 75,
"repository": {
"type": "git",
"url": "https://gitee.com/CharlieLuoBo/SoloForge.git"
},
"scripts": {
"build": "npm run clean && tsc && chmod +x dist/index.js",
"check:audit": "node scripts/audit_dependencies.mjs",
"check:comments": "node scripts/check_chinese_comments.mjs",
"check:deterministic-executor": "node scripts/check_deterministic_executor.mjs",
"check:pack": "npm pack --dry-run 2>&1 | tee pack-output.txt && node scripts/check_npm_pack.mjs pack-output.txt",
"check:quality": "node scripts/check_lazy_patterns.mjs",
"check:runtime-recovery": "node scripts/check_runtime_state_recovery.mjs",
"check:schema-enum": "node scripts/check_schema_enum_consistency.mjs",
"check:unsafe-patterns": "node scripts/check_unsafe_patterns.mjs",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"lint": "eslint src/ --max-warnings 0",
"lint:all": "eslint . --max-warnings 0",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"test": "vitest run --reporter=verbose",
"test:coverage": "vitest run --coverage",
"test:e2e": "E2E=1 vitest run tests/e2e/ --reporter=verbose",
"test:unit": "vitest run --exclude tests/e2e/**",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"typecheck:tests": "tsc -p tsconfig.test.json --noEmit",
"update-workflow-checksum": "node -e \"const {updateEmbeddedChecksum}=require('./dist/context/adapters/shared/workflow_template.js');console.log('\u65b0\u6821\u9a8c\u548c:',updateEmbeddedChecksum(process.cwd()));\"",
"validate-release": "npm run build && node scripts/validate_release_gate.mjs"
},
"signal_details": {
"dist_tag_anomaly": "dist-tags.latest=1.1.51 but max published is 2.0.0",
"rapid_release": "3 versions in last 24h: ['1.1.49', '1.1.50', '1.1.51']"
},
"time": {
"created": "2026-05-15T15:34:00.890Z",
"modified": "2026-06-21T15:52:27.654Z"
}
}