PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/backend-project/.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
298
Versions published
2
First published
Jun 2026
Publisher
bruceeee

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"}'
Publisherbruceeee
Artifact bytes3,760,977
Previous version1.0.0
Published2026-06-01T03:40:52.651Z
SHA-2560a6d9e72aac07e0da26efbffb83cd411110ca3868b183d451d67a10e21f0017f

Why flagged

What the scanner saw

Credential File Packaged: package/backend-project/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/backend-project/.envpackage/backend-project/.env35
highNew Account With Lifecycle Hookpackage.jsonpackage first published 9 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/backend-project/.envpackage/backend-project/.env35
highNew Account With Lifecycle Hookpackage.jsonpackage first published 9 day(s) ago, 2 total version(s), has lifecycle hook25
lowCredential file accesspackage/backend-project/node_modules/mongodb/lib/cmap/auth/mongo_credentials.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/backend-project/node_modules/mongodb/src/cmap/auth/mongo_credentials.tsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node setup.js"5
lowObfuscation Densitypackage/backend-project/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts7
  • build:frontendcd frontend-project && npm run build
  • devcd backend-project && npm run dev
  • postinstallnode setup.js
  • setupnode setup.js
  • startnode backend-project/server.js
  • start:backendnode backend-project/server.js
  • start:frontendcd frontend-project && npm start