PkgRadar

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.

Versions published
3
First published
May 2026
Publisher
0x0r10n

Recommended action

Block this update

Static 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"}'
Publisher0x0r10n
Artifact bytes498,357
Previous version1.0.0
Published2026-05-26T12:43:12.240Z
SHA-256a0b695e13f0e33d7cd98d16821d2a0b7626d5b1a5afbea8ede6a33c43a370e26

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

high
Last checked
highRisk
35Score
1.0.1Version
Status history (2 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 45 -> 35
  2. newavailable · risk high · score 45 · status changed

Evidence

Static findings

4 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="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
highNew Account With Lifecycle Hookpackage.jsonpackage first published 15 day(s) ago, 3 total version(s), has lifecycle hook25
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="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
highNew Account With Lifecycle Hookpackage.jsonpackage first published 15 day(s) ago, 3 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="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
lowLarge Javascript Payloadpackage/dist/forge.js2498956 bytes0

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.js
  • devbun --watch src/index.ts
  • linttsc --noEmit
  • postinstallnode -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 typecheck
  • startbun src/index.ts
  • typechecktsc --noEmit
Dependencies11
  • chalk^5.4.1
  • commander^12.1.0
  • dotenv^16.4.5
  • glob^11.0.0
  • ink^5.1.0
  • ink-select-input^5.0.0
  • ink-spinner^5.0.0
  • ink-text-input^5.0.1
  • openai^4.67.3
  • react^18.3.1
  • zod^3.23.8