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
139
First published
May 2026
Publisher
dasrebel

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"}'
Publisherdasrebel
Artifact bytes1,819,731
Previous version2.13.3
Published2026-05-26T20:36:26.470Z
SHA-256eb71818a95fef4482d24e8fdd2e53fc8a894f261e5896394da88822254df7f17

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
50Score
2.13.4Version
Status history (3 events)
  1. availableavailable · risk high · score 50 · status available -> available, risk high -> high, score 35 -> 50
  2. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 90 -> 35
  3. newavailable · risk high · score 90 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowCredential file accesspackage/dist/providers/providerConfig.jsmatched "AWS_ACCESS_KEY"5
lowMessenger Bot Endpointpackage/dist/integrations/telegram.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/src/providers/providerConfig.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts5
  • buildtsc
  • demonode demo/research-demo.js
  • prepublishnpm run build
  • python:examplespython3 python/examples.py
  • testnode test/verify.js
Dependencies1
  • nanoid^5.0.0