PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/dist/.env

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
277
Versions published
9
First published
May 2026
Publisher
lekhang4497

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherlekhang4497
Artifact bytes19,604,996
Previous version0.5.5
Published2026-06-04T05:59:26.286Z
SHA-256f79bc4e09216c7b6d0e1ba783b6e3e80f599a4894b16993cadcded8c631e5a11

Why flagged

What the scanner saw

Credential File Packaged: package/dist/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/.envpackage/dist/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/.envpackage/dist/.env35
lowCredential file accesspackage/dist/.next/server/app/api/oauth/kiro/auto-import/route.jsmatched ".aws/"5

Manifest

Package metadata

Scripts13
  • buildNODE_ENV=production next build --webpack
  • build:bunNODE_ENV=production bun --bun next build --webpack
  • devnext dev --webpack --port 20129
  • dev:bunbun --bun next dev --webpack --port 20128
  • electron:buildnext build && electron-builder --config electron/builder.json
  • electron:devconcurrently -k -n NEXT,ELECTRON -c blue,magenta "next dev --webpack --port 20129" "wait-on http://127.0.0.1:20129 && electron electron/main.js"
  • electron:packnext build && electron-builder --config electron/builder.json --dir
  • pack:assemblenode scripts/pack-assemble.js
  • postpacknode scripts/publish-pkg.js restore
  • prepacknode scripts/pack-assemble.js && node scripts/publish-pkg.js trim
  • startNODE_ENV=production next start
  • start:bunNODE_ENV=production bun ./.next/standalone/server.js
  • typechecktsc --noEmit