PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/.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
3
First published
Mar 2026
Publisher
ashuf12

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"}'
Publisherashuf12
Artifact bytes647,253
Previous version0.0.3
Published2026-03-10T06:20:25.006Z
SHA-256ca1376fefa8d603921bbd5da0b0765409cd2538330273b7562925b13e526bd2f

Why flagged

What the scanner saw

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts6
  • buildtsc
  • linteslint .
  • lint:fixeslint . --fix
  • postbuildxcopy src\email-templates dist\email-templates /E /I /Y
  • startnode dist/server.js
  • testjest --watchAll
Dependencies21
  • axios^1.7.9
  • bcrypt^5.1.1
  • bcryptjs^2.4.3
  • bunyan^1.8.15
  • casbin^5.36.0
  • dayjs^1.11.13
  • dotenv^16.4.7
  • exceljs^4.4.0
  • express^4.21.2
  • express-basic-auth^1.2.1
  • fastest-validator^1.19.0
  • handlebars^4.7.8
  • jsonwebtoken^9.0.2
  • lodash^4.17.21
  • mjml^4.15.3
  • multer^1.4.5-lts.1
  • nodemailer^6.9.16
  • passport^0.7.0
  • passport-jwt^4.0.1
  • passport-local^1.0.0
  • passport-local-mongoose^8.0.0