PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/backend/.env

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"}'
Publishercelalertug
Artifact bytes4,756,941
Previous version1.3.144
Published2026-05-25T00:23:50.287Z
SHA-2564920e7f46fa9c89ec51c88d6820acdbaac061653640fe502c6ef10cf9b3d3eb2

Why flagged

What the scanner saw

Credential File Packaged: package/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
38Score
1.3.145Version
Status history (1 event)
  1. newavailable · risk high · score 38 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

celalertug

3 members · evidence strength 61

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/backend/.envpackage/backend/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/backend/.envpackage/backend/.env35
lowObfuscationpackage/backend/coverage/lcov-report/prettify.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts4
  • buildtsc && npm run build:client
  • build:clientesbuild client/src/main.ts --bundle --outfile=client/dist/main.js --minify
  • devnpm run build && node dist/src/main.js
  • startnode dist/src/main.js