PkgRadar

Package evidence

@openduo/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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":["@openduo/[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":["@openduo/[email protected]"],"fail_on":"high"}'
Publisherantmanler
Artifact bytes95,326
Previous version0.5.0
Published2026-05-16T05:00:59.406Z
SHA-256d758835e0d381065f49bbd179cde1738ff7ea80ac06de5478cf30117711fbdae

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"30
mediumObfuscation Densitypackage/dist/bridge.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"30
mediumObfuscation Densitypackage/dist/bridge.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/bridge.jsmatched "atob("3

Manifest

Package metadata

Scripts7
  • buildtsc
  • build:pluginesbuild src/main.ts --bundle --platform=node --format=esm --target=node20 --minify --legal-comments=none --log-level=info --outfile=dist/bridge.js --banner:js='import{createRequire as __cr}from"module";const require=__cr(import.meta.url);'
  • lint:typestsc --noEmit
  • postinstallnode scripts/postinstall.mjs
  • starttsx src/main.ts
  • testvitest run
  • test:watchvitest
Dependencies3
  • @agentclientprotocol/sdk^0.21.0
  • @openduo/protocol0.5.0
  • ws^8.20.1