PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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"}'
Publisheromardelrio
Artifact bytes23,120
Previous version0.1.0
Published2026-05-24T22:44:04.279Z
SHA-256895563ef4984fe05e16f0d5e2e36d4ef8148b7a7a26d1ee138aaced32c21eeba

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

high
Last checked
highRisk
34Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk high · score 34 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

omardelrio

2 members · evidence strength 50

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/analyzer/index.jsmatched ".npmrc"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/analyzer/index.jsmatched ".npmrc"30
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4

Manifest

Package metadata

Scripts14
  • buildtsc && vite build
  • build:cliesbuild src/cli.ts --bundle --platform=node --target=node22 --format=cjs --banner:js='#!/usr/bin/env node' --outfile=dist/cli/pnpmcheker.cjs
  • build:exenode scripts/build-executable.mjs
  • clitsx src/cli.ts
  • devtsx watch src/server.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lockfile:lintnode scripts/lint-pnpm-lockfile.mjs
  • pack:dry-runnpm pack --dry-run
  • preparehusky
  • startnode dist/server.js
  • testvitest run --config vitest.config.ts
  • typechecktsc --noEmit
Dependencies4
  • @vitejs/plugin-reactlatest
  • commanderlatest
  • expresslatest
  • yamllatest