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
11
Versions published
1
First published
May 2026
Publisher
bilyv

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 bytes72,570
Previous versionnone
Published2026-05-19T07:10:59.856Z
SHA-2565344641d9d285aaa12c6d4ec04f2be0144daa1a66013b97ed97ad67277ddf930

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

available

high
Last checked
highRisk
35Score
1.0.0Version
Status history (4 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 24 -> 35
  2. availableavailable · risk high · score 24 · status available -> available, risk high -> high, score 35 -> 24
  3. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 24 -> 35
  4. 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}}