PkgRadar

Package evidence

@dv.nghiem/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
596
Versions published
22
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 bytes406,683
Previous version0.4.2
Published2026-05-29T04:43:00.692Z
SHA-2565d7241856411ae9bbed7c5569773cc063a9c034c7f26b25d55e3a56fde9876ef

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"5
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 && 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.14.49