PkgRadar

Package evidence

@piyushmbm45/[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
piyushmbm45

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":["@piyushmbm45/[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":["@piyushmbm45/[email protected]"],"fail_on":"high"}'
Publisherpiyushmbm45
Artifact bytes16,636
Previous versionnone
Published2026-06-15T16:53:32.430Z
SHA-256b8dfc28fa5d36df2aa4efa878af8f7c783bc8ebb288e6f921b14aea7ea35f890

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
0.1.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

Scripts10
  • buildtsc
  • checknpm run typecheck && npm run lint && npm run format:check
  • devts-node src/cli/index.ts
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • startnode dist/cli/index.js
  • testjest
  • typechecktsc --noEmit
Dependencies5
  • chalk^4.1.2
  • cli-table3^0.6.3
  • commander^11.1.0
  • dotenv^16.3.1
  • pg^8.11.3