PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/templates/node-express-template-js/.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
29
First published
Dec 2025
Publisher
arpitbahtia23

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"}'
Publisherarpitbahtia23
Artifact bytes41,395
Previous version3.0.1
Published2026-05-22T06:31:51.088Z
SHA-2568e50aaba8a53df5f85f2fef0bb645d2961c994326cfd229fa825ef5425c2b489

Why flagged

What the scanner saw

Credential File Packaged: package/templates/node-express-template-js/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/node-express-template-js/.envpackage/templates/node-express-template-js/.env35
highCredential File Packagedpackage/templates/node-express-template-ts/.envpackage/templates/node-express-template-ts/.env35

Manifest

Package metadata

Scripts3
  • buildnpx tsc
  • devtsx --watch --env-file=.env src/index.ts
  • startnode dist/index.js
Dependencies7
  • cookie-parser^1.4.6
  • cors^2.8.5
  • express^4.18.2
  • express-rate-shield^1.0.0
  • jsonwebtoken^9.0.2
  • ts-node^10.9.2
  • tsx^4.21.0