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,468
Previous version0.5.2
Published2026-05-25T06:08:37.465Z
SHA-256f0d5576e6ac0db1b04939ccfdc71ba0a56b75a1ca2ea2c1bfafbd1e7f459a107

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.3Version
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:pluginnode scripts/build-plugin.mjs
  • lint:typestsc --noEmit
  • postinstallnode scripts/postinstall.mjs
  • starttsx src/main.ts
  • testvitest run
  • test:watchvitest
Dependencies3
  • @agentclientprotocol/sdk^0.21.1
  • @openduo/protocol0.5.3
  • ws^8.21.0