Package evidence
@0x0r10n/[email protected]
Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs=require('fs');const d='node_modules/react-devtools-core';if(!fs.existsSync(d)){try{fs.mkdirSync(d,{recursive:true});fs.writeFileSync(d+'/package.json',JSON.stringify({name:'react-devtools-core',version:'0.0.0',main:'index.js'}));fs.writeFileSync(d+'/index.js','module.exports={};');}catch(e){}}\""
Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Weekly downloads
- 70
- Versions published
- 3
- First published
- May 2026
- Publisher
- 0x0r10n
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["@0x0r10n/[email protected]"],"fail_on":"high"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["@0x0r10n/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs=require('fs');const d='node_modules/react-devtools-core';if(!fs.existsSync(d)){try{fs.mkdirSync(d,{recursive:true});fs.writeFileSync(d+'/package.json',JSON.stringify({name:'react-devtools-core',version:'0.0.0',main:'index.js'}));fs.writeFileSync(d+'/index.js','module.exports={};');}catch(e){}}\""
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk high · score 35 · status available -> available, risk high -> high, score 45 -> 35
- new → available · risk high · score 45 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"const fs=require('fs');const d='node_modules/react-devtools-core';if(!fs.existsSync(d)){try{fs.mkdirSync(d,{recursive:true});fs.writeFileSync(d+'/package.json',JSON.stringify({name:'react-devtools-core',version:'0.0.0',main:'index.js'}));fs.writeFileSync(d+'/index.js','module.exports={};');}catch(e){}}\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 15 day(s) ago, 3 total version(s), has lifecycle hook | 25 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"const fs=require('fs');const d='node_modules/react-devtools-core';if(!fs.existsSync(d)){try{fs.mkdirSync(d,{recursive:true});fs.writeFileSync(d+'/package.json',JSON.stringify({name:'react-devtools-core',version:'0.0.0',main:'index.js'}));fs.writeFileSync(d+'/index.js','module.exports={};');}catch(e){}}\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 15 day(s) ago, 3 total version(s), has lifecycle hook | 25 |
| low | Install-time lifecycle script | package.json | postinstall="node -e \"const fs=require('fs');const d='node_modules/react-devtools-core';if(!fs.existsSync(d)){try{fs.mkdirSync(d,{recursive:true});fs.writeFileSync(d+'/package.json',JSON.stringify({name:'react-devtools-core',version:'0.0.0',main:'index.js'}));fs.writeFileSync(d+'/index.js','module.exports={};');}catch(e){}}\"" | 5 |
| low | Large Javascript Payload | package/dist/forge.js | 2499058 bytes | 0 |
Manifest
Package metadata
Scripts7
buildbun build src/index.ts --outfile dist/forge.js --target node --external react-devtools-core && node scripts/prepend-shebang.mjs && chmod +x dist/forge.jsdevbun --watch src/index.tslinttsc --noEmitpostinstallnode -e "const fs=require('fs');const d='node_modules/react-devtools-core';if(!fs.existsSync(d)){try{fs.mkdirSync(d,{recursive:true});fs.writeFileSync(d+'/package.json',JSON.stringify({name:'react-devtools-core',version:'0.0.0',main:'index.js'}));fs.writeFileSync(d+'/index.js','module.exports={};');}catch(e){}}"prepublishOnlybun run build && bun run typecheckstartbun src/index.tstypechecktsc --noEmit
Dependencies11
chalk^5.4.1commander^12.1.0dotenv^16.4.5glob^11.0.0ink^5.1.0ink-select-input^5.0.0ink-spinner^5.0.0ink-text-input^5.0.1openai^4.67.3react^18.3.1zod^3.23.8