Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 151 · status changed
Related candidates
Linked campaigns and clusters
raine
2 members · evidence strength 64Evidence
Static findings
11 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/build/cli.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/build/index.cjs | matched ".ssh" | 30 |
| high | Credential file access | package/build/cli.js | matched ".npmrc" | 30 |
| medium | Obfuscation Density | package/build/cli.cjs | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/build/index.cjs | matched "raw.githubusercontent.com" | 12 |
| medium | Obfuscation Density | package/build/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/build/cli.js | high encoded/escaped-token density | 12 |
Show all 11 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/build/cli.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/build/index.cjs | matched ".ssh" | 30 |
| high | Credential file access | package/build/cli.js | matched ".npmrc" | 30 |
| medium | Obfuscation Density | package/build/cli.cjs | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/build/index.cjs | matched "raw.githubusercontent.com" | 12 |
| medium | Obfuscation Density | package/build/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/build/cli.js | high encoded/escaped-token density | 12 |
| low | Install-time lifecycle script | package.json | prepare="src/scripts/install-hooks" | 4 |
| low | Obfuscation | package/build/cli.cjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/build/index.cjs | matched "\\x1B" | 3 |
| low | Obfuscation | package/build/cli.js | matched "\\x1b" | 3 |
Manifest
Package metadata
Scripts18
buildrimraf build && vite buildbuild:analyzerimraf build && ANALYZER=true vite buildbuild:optionstsx src/scripts/build-options.tslintcross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*lint:lockfilelockfile-lintlint:markdownmarkdownlint "**/*.md" --ignore "**/node_modules/**/*.md" --ignore build --config .markdownlint.jsonlint:srceslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directiveslint:typestsc --noEmitncunode build/cli.jspreparesrc/scripts/install-hooksprepublishOnlynpm run buildprettierprettier . --checkprettier:fixprettier . --writetesttsc --noEmit && npm run test:unit && npm run test:e2etest:bunmocha test/buntest:e2e./test/e2e.shtest:unitmocha test test/package-managers/* --ignore 'test/bun/*'typechecktsc --noEmit