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"}'
Publisherlukas-grigis
Artifact bytes269,958
Previous version0.7.3
Published2026-05-24T20:04:50.976Z
SHA-2568bbda63e060ec94f85ef5e93f949910c6a3c785bc5c0b4d4b55854507131b9f1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli.mjsmatched ".npmrc"30
mediumObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli.mjsmatched ".npmrc"30
mediumObfuscation Densitypackage/dist/cli.mjshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.mjsmatched "\\u2022"3

Manifest

Package metadata

Scripts16
  • buildtsup && tsx scripts/build-assets.ts
  • coverage:unusedtsx scripts/find-unused.ts
  • deadcodeknip
  • devNODE_OPTIONS=--max-old-space-size=8192 tsx src/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • startNODE_OPTIONS=--max-old-space-size=8192 tsx src/index.ts
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run tests/e2e
  • test:integrationvitest run tests/integration
  • test:unitvitest run tests/unit
  • test:watchvitest
  • typechecktsc
Dependencies5
  • commander^14.0.3
  • ink^7.0.3
  • react^19.2.6
  • typescript-result^3.5.2
  • zod^4.4.3