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.

Versions published
2
First published
Jun 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 bytes214,042
Previous versionnone
Published2026-06-01T18:21:23.853Z
SHA-256576c045a2f998223e8271f51ab10b85fa55b673b1ff41d6b915ec9bf15a8c313

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

scan error

status
Last checked
noneRisk
Score
3.0.0Version

Latest scanner note: error decoding response body

Status history (2 events)
  1. availablescan_error · risk none · score · error decoding response body
  2. newavailable · risk high · score 35 · 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}}