PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/template/Deno/.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
136
Versions published
161Mature · −50% score
First published
May 2018
Publisher
crawl

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publishercrawl
Artifact bytes15,526
Previous version4.0.0
Published2025-10-24T18:12:04.320Z
SHA-256b5c661befd4bb1cf36421a26f74b4a039e83d3c3ac59fee5529a491919314ea6

Why flagged

What the scanner saw

Credential File Packaged: package/template/Deno/.env

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

Availability ledger

available

review
Last checked
reviewRisk
30Score
4.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/template/Deno/.envpackage/template/Deno/.env35
highCredential File Packagedpackage/template/JavaScript/.envpackage/template/JavaScript/.env35
highCredential File Packagedpackage/template/TypeScript/.envpackage/template/TypeScript/.env35

Manifest

Package metadata

Scripts5
  • buildtsc
  • deploynode --env-file=.env dist/util/deploy.js
  • formatprettier --write . && eslint --ext .ts --fix --format=pretty src
  • lintprettier --check . && eslint --ext .ts --format=pretty src
  • startnode --env-file=.env dist/index.js
Dependencies2
  • @discordjs/core^2.3.0
  • discord.js^14.24.0