PkgRadar

Package evidence

@dv.nghiem/[email protected]

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

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.

Weekly downloads
714
Versions published
32
First published
May 2026
Publisher
dv.nghiem

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@dv.nghiem/[email protected]"],"fail_on":"review"}'

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":["@dv.nghiem/[email protected]"],"fail_on":"review"}'
Publisherdv.nghiem
Artifact bytes474,595
Previous version0.4.12
Published2026-06-13T03:00:49.497Z
SHA-256a844b826f88a1aa71b6d82f41d84e1cadedc016a6f39153686d55bba2e108a37

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.5.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node postinstall.mjs"5
lowObfuscation Densitypackage/dist/dashboard/server.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • buildbun build src/index.ts --outdir dist --target node --format esm --external @opencode-ai/plugin --external @opencode-ai/sdk && tsc --emitDeclarationOnly --project tsconfig.build.json && bun build src/dashboard/server.ts --outfile dist/dashboard/server.mjs --target bun --format esm && cp -r src/dashboard/views dist/dashboard/views
  • cleanrm -rf dist
  • postinstallnode postinstall.mjs
  • prepublishOnlybun run clean && bun run build
  • testbun test
  • typechecktsc --noEmit
  • validate:docsnode scripts/validate-docs.mjs
  • validate:skillsnode scripts/validate-skills.mjs
Dependencies1
  • @opencode-ai/plugin^1.17.3