npm agenthood @1.2.0
score
0.6403
med
flagged
2026-06-05 05:03
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 |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [],
"versions": 0
}
Evidence (package doc at flag time)
{
"dependencies_count": 0,
"dist": {
"integrity": "sha512-4+hgo24gGjlvZH2gr9toIb3R0+mpHEO9ys8BMeyEFIgE+6Gec8xz4ZxJGwtz5pZu3AwEysDt0oec4LldXPLkfQ==",
"tarball": "https://registry.npmjs.org/agenthood/-/agenthood-1.2.0.tgz",
"unpackedSize": 232705
},
"dist-tags": {
"latest": "1.2.0"
},
"latest_version": "1.2.0",
"maintainers": [
{
"email": "fritzelborges@gmail.com",
"name": "fworks-tech"
}
],
"num_versions": 4,
"repository": {
"type": "git",
"url": "git+https://github.com/fworks-tech/agenthood.git"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src/",
"postinstall": "node -e \"const{existsSync}=require('fs');if(existsSync('dist/cli.js')){require('child_process').execSync('node dist/cli.js setup',{stdio:'inherit'})}\"",
"test": "vitest run --exclude 'vscode-extension/**'",
"typecheck": "tsc --noEmit"
},
"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"
},
"time": {
"created": "2026-06-02T18:45:33.950Z",
"modified": "2026-06-02T23:25:59.131Z"
}
}