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
1
First published
Jun 2026
Publisher
evsadmin

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"}'
Publisherevsadmin
Artifact bytes292,805
Previous versionnone
Published2026-06-10T03:49:18.335Z
SHA-2565e52d6e8fb7e8b8be93f6e43ddc8b588346ce3340cc00653fa70cbd595eeb007

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
35Score
2.0.0Version
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/.envpackage/.env35

Manifest

Package metadata

Scripts15
  • buildbun run scripts/build.ts
  • build:linuxbun run scripts/build.ts linux
  • build:releasebun run scripts/build.ts release
  • build:windowsbun run scripts/build.ts windows
  • devbun run src/cli/index.ts
  • lint:mediationbash scripts/lint-path-mediation.sh
  • lint:mediation:pspwsh scripts/lint-path-mediation.ps1
  • startbun run src/cli/index.ts
  • testbun test
  • test:allbun test
  • test:integrationbun test tests/integration
  • test:paritybun test tests/parity
  • test:smokebun test tests/smoke
  • test:unitbun test tests/unit
  • typechecktsc --noEmit
Dependencies3
  • chalk^5.6.2
  • cli-table3^0.6.5
  • gemini-reverse^1.0.12