PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/templates/backend/.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
1,659Niche · −30% score
Versions published
23
First published
May 2026
Publisher
bilyv

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherbilyv
Artifact bytes175,625
Previous version2.0.1
Published2026-05-28T18:45:19.251Z
SHA-256fb540d0a6104e09f02a8598ed5285b598c4eb8a446cb66a5125c9b4bbf801d56

Why flagged

What the scanner saw

Credential File Packaged: package/templates/backend/.env

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

Availability ledger

not present

status
Last checked
noneRisk
Score
2.0.2Version

Latest scanner note: [email protected] not present in registry metadata

Status history (2 events)
  1. availablenot_present · risk none · score · [email protected] not present in registry metadata
  2. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/backend/.envpackage/templates/backend/.env35
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/backend/.envpackage/templates/backend/.env35
lowObfuscation Densitypackage/templates/backend/package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypackage/templates/frontend/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts3
  • devconcurrently -n be,fe -c blue,green "npm run dev --prefix {{backendFolder}}" "npm run dev --prefix {{frontendFolder}}"
  • dev:backendnpm run dev --prefix {{backendFolder}}
  • dev:frontendnpm run dev --prefix {{frontendFolder}}