PkgRadar

Package evidence

@dougbots/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}\""

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
sdougbrown

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":["@dougbots/[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":["@dougbots/[email protected]"],"fail_on":"high"}'
Publishersdougbrown
Artifact bytes11,679
Previous version0.1.0
Published2026-06-04T17:31:04.047Z
SHA-256a1a5759f34e4d9cf7c78a7fbde8cfcfc954c9586cbbeda13c8515d83c9070a81

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.2.0 vs 0.1.0: "node -e \"const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.0 vs 0.1.0: "node -e \"const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}\""40
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}\""30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.0 vs 0.1.0: "node -e \"const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}\""40
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}\""5

Manifest

Package metadata

Scripts5
  • buildtsdown
  • devtsdown --watch
  • postinstallnode -e "const fs=require('fs');if(fs.existsSync('dist/postinstall.js')){require('./dist/postinstall.js')}"
  • testbun test
  • test:e2eAVENOR_REAL_INTEGRATION=1 bun test