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"}'
Publisherraine
Artifact bytes3,598,677
Previous version22.1.1
Published2026-05-12T01:44:34.475Z
SHA-256f36bccaf85d763b6f4f8d97c20daa12fe885bce9381753312f274f4166f7a948

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

raine

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/build/cli.cjsmatched ".npmrc"30
highCredential file accesspackage/build/index.cjsmatched ".ssh"30
highCredential file accesspackage/build/cli.jsmatched ".npmrc"30
mediumObfuscation Densitypackage/build/cli.cjshigh encoded/escaped-token density12
mediumRemote Payloadpackage/build/index.cjsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/build/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/build/cli.jshigh encoded/escaped-token density12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/build/cli.cjsmatched ".npmrc"30
highCredential file accesspackage/build/index.cjsmatched ".ssh"30
highCredential file accesspackage/build/cli.jsmatched ".npmrc"30
mediumObfuscation Densitypackage/build/cli.cjshigh encoded/escaped-token density12
mediumRemote Payloadpackage/build/index.cjsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/build/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/build/cli.jshigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonprepare="src/scripts/install-hooks"4
lowObfuscationpackage/build/cli.cjsmatched "\\x1b"3
lowObfuscationpackage/build/index.cjsmatched "\\x1B"3
lowObfuscationpackage/build/cli.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts18
  • buildrimraf build && vite build
  • build:analyzerimraf build && ANALYZER=true vite build
  • build:optionstsx src/scripts/build-options.ts
  • lintcross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*
  • lint:lockfilelockfile-lint
  • lint:markdownmarkdownlint "**/*.md" --ignore "**/node_modules/**/*.md" --ignore build --config .markdownlint.json
  • lint:srceslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives
  • lint:typestsc --noEmit
  • ncunode build/cli.js
  • preparesrc/scripts/install-hooks
  • prepublishOnlynpm run build
  • prettierprettier . --check
  • prettier:fixprettier . --write
  • testtsc --noEmit && npm run test:unit && npm run test:e2e
  • test:bunmocha test/bun
  • test:e2e./test/e2e.sh
  • test:unitmocha test test/package-managers/* --ignore 'test/bun/*'
  • typechecktsc --noEmit