PkgRadar

Package evidence

@playpilot/[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.

Weekly downloads
1,362Niche · −30% score
Versions published
401Mature · −50% score
First published
Apr 2025
Publisher
mitcheljager

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":["@playpilot/[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":["@playpilot/[email protected]"],"fail_on":"high"}'
Publishermitcheljager
Artifact bytes406,945
Previous version8.12.0
Published2026-06-10T10:31:44.462Z
SHA-25634486bee1cc31de820b8f3c2588bd812ab4a2f524134f7c23dd825dd51d27155

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
17Score
8.12.1Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts11
  • buildvite build --config vite._main.config.js && vite build --config vite._mount.config.js && vite build --config vite._mount.config.js --mode editorial
  • checksvelte-kit sync && svelte-check --tsconfig ./jsconfig.json
  • check:watchsvelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch
  • devvite dev
  • dev-buildnpx http-server . /build.html -p 3000
  • formatprettier --write .
  • lintprettier --check . && eslint .
  • previewvite preview
  • releasenode release.js
  • testnpm run test:unit -- --run
  • test:unitvitest