PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/examples/next-example/.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
13,652Mainstream · −50% score
Versions published
30Mature · −50% score
First published
Oct 2024
Publisher
dimikot

Effective trust discount applied: 50% (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"}'
Publisherdimikot
Artifact bytes3,028,313
Previous version3.0.3
Published2026-06-08T05:41:59.932Z
SHA-2565cd9b1304e7777511b64fbe1f5716abdc69a23734ce47e4e4b363659824e742b

Why flagged

What the scanner saw

Credential File Packaged: package/examples/next-example/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/examples/next-example/.envpackage/examples/next-example/.env35
mediumRemote Payloadpackage/internal/llms.shmatched "curl "12

Manifest

Package metadata

Scripts9
  • backport-package-from-public-dirbackport-package-from-public-dir.sh
  • buildbarrelsby -c barrelsby.json && internal/build.sh
  • cleaninternal/clean.sh
  • copy-package-to-public-dircopy-package-to-public-dir.sh
  • deployinternal/deploy.sh
  • devbarrelsby -c barrelsby.json && internal/dev.sh
  • lintinternal/lint.sh
  • psqlPGPORT=54832 internal/with-docker-compose-up.postgres.sh psql
  • testPGPORT=54832 internal/with-docker-compose-up.postgres.sh 'bash ./internal/init-db.sh && internal/test.sh'
Dependencies10
  • chalk^4.1.2
  • delay^4.4.1
  • fast-typescript-memoize^1.2.1
  • lodash^4.17.21
  • object-hash^2.2.0
  • p-defer^3.0.0
  • p-timeout^3.2.0
  • pg^8.7.1
  • quick-lru^5.1.1
  • table^6.8.0