PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/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.

Weekly downloads
1,021Niche · −30% score
Versions published
1
First published
Apr 2026
Publisher
serifpersia99

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherserifpersia99
Artifact bytes821,500
Previous versionnone
Published2026-06-06T15:47:44.417Z
SHA-2566de76d8dcca07df0aedc823df21a6edf73adc0a1bd7b6be53cb13e5098f18802

Why flagged

What the scanner saw

Credential File Packaged: package/server/.env

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Credential File Packaged — package/server/.env

18 members · evidence strength 83
Repeated static TTPcandidate

Credential File Packaged — package/server/.env

18 members · max score 80

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/server/.envpackage/server/.env35

Manifest

Package metadata

Scripts5
  • buildtsc
  • devnodemon --watch "src/**/*.ts" --exec "ts-node --transpile-only src/server.ts --dev"
  • formatprettier --write .
  • linteslint .
  • startnode --max-old-space-size=256 dist/server.js