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.

Versions published
20Mature · −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 bytes114,806
Previous version0.0.20
Published2026-06-10T05:04:26.821Z
SHA-25669bb123b5f91bfb653a29724ab8e5cf50f7b08752f3d7759a99fe277cc5853ed

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.0Version
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