PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/templates/store-management-system/server/.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
Jun 2026
Publisher
irere

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"}'
Publisherirere
Artifact bytes401,913
Previous version1.2.7
Published2026-06-05T07:38:11.146Z
SHA-25664238a2aeb100a71a04b486baf8954be6341c8b9bc2e0b4b6504eff205c21679

Why flagged

What the scanner saw

Credential File Packaged: package/templates/store-management-system/server/.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
1.3.2Version
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/templates/store-management-system/server/.envpackage/templates/store-management-system/server/.env35

Manifest

Package metadata

Scripts2
  • startnodemon server.js
  • testecho "Error: no test specified" && exit 1
Dependencies7
  • bcrypt^6.0.0
  • cors^2.8.6
  • dotenv^17.4.2
  • express^5.2.1
  • jsonwebtoken^9.0.3
  • mysql2^3.22.3
  • nodemon^3.1.14