npm @eastjin616/code-drive @0.3.0
score
0.5259
med
flagged
2026-06-21 00:15
amplifiers
co-occurring signal pairs that lift the final score
- install_script_payload + new_install_script: first-ever install script also matches payload regex (+0.15)
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| new_install_script | 1.0 | first time ['postinstall'] present |
| install_script_payload | 1.0 | install/lifecycle script matches payload regex |
| topology | ||
| no_repo | 0.3 | package.json has no repository field |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [],
"versions": 0
}
Evidence (package doc at flag time)
{
"dependencies_count": 7,
"dist": {
"integrity": "sha512-vCtlW40feXtuHzoFX1BbPnm7/4TqZ2nVD5BrhQpvTn7IW6qK8aDyvwtArk0WJXUTpm67w0JBmROkjPcnC0FRTA==",
"tarball": "https://registry.npmjs.org/@eastjin616/code-drive/-/code-drive-0.3.0.tgz",
"unpackedSize": 406492
},
"dist-tags": {
"latest": "0.3.0"
},
"latest_version": "0.3.0",
"maintainers": [
{
"email": "djseo9812@gmail.com",
"name": "eastjin616"
}
],
"num_versions": 2,
"repository": null,
"scripts": {
"build": "tsc",
"dev": "tsx src/cli.ts",
"format": "prettier --write 'src/**/*.ts'",
"format:check": "prettier --check 'src/**/*.ts'",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"postinstall": "node -e \"console.log('Run \\\"npm run build\\\" to compile')\"",
"prepublishOnly": "npm run build && npm test",
"start": "node dist/cli.js",
"test": "vitest run",
"test:watch": "vitest"
},
"signal_details": {
"_amplifiers": [
"install_script_payload + new_install_script: first-ever install script also matches payload regex (+0.15)"
],
"install_script_payload": "install/lifecycle script matches payload regex",
"new_install_script": "first time ['postinstall'] present",
"no_repo": "package.json has no repository field"
},
"time": {
"created": "2026-06-13T08:17:51.940Z",
"modified": "2026-06-21T05:15:42.849Z"
}
}