PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/.npmrc

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
4
Versions published
21Mature · −50% score
First published
Sep 2024
Publisher
justintaylor-dev

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"}'
Artifact bytes115,882
Previous version1.2.0
Published2026-06-10T23:21:49.329Z
SHA-25644a91da46dfc9815b10716ef309b578bfbb1275c72aef5d03d1f0457537a5a49

Why flagged

What the scanner saw

Credential File Packaged: package/.npmrc

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

Availability ledger

available

high
Last checked
highRisk
17Score
1.2.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/.npmrcpackage/.npmrc35

Manifest

Package metadata

Scripts9
  • buildvite build --mode build
  • buildcodevite build --config vite.config.code.ts
  • certnpx @adobe/ccweb-add-on-ssl setup --hostname localhost
  • checksvelte-check --tsconfig ./tsconfig.json
  • depcross-env ACTION=dependencyCheck vite
  • devvite build --mode staging && cross-env MODE=dev vite --mode dev
  • devcodevite build --watch --mode dev --config vite.config.code.ts
  • servecross-env MODE=dev vite --mode serve
  • zipcross-env MODE=zip vite build
Dependencies6
  • @vitejs/plugin-basic-ssl^1.1.0
  • react^18.3.1
  • react-dom^18.3.1
  • tsx^4.22.4
  • vite-plugin-mkcert^1.17.6
  • vue^3.5.10