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 30 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package/configExporter/buildValidator.js | matched ".npmrc" | 30 |
Manifest
Package metadata
Scripts10
buildtsc && cp package/index.d.ts.template package/index.d.ts && node scripts/remove-use-strict.js && yarn prettier --write 'package/**/*.js' 'package/**/*.ts'build:typestscclean:tsfind package -name '*.ts' -not -name '*.d.ts' | sed 's/\.ts$//' | xargs -I {} rm -f {}.js {}.d.ts {}.d.ts.map {}.js.mapknipknipknip:productionknip --productionlinteslint . --cachelint:fasteslint . --config eslint.config.fast.js --cacheprepublishOnlyyarn build && yarn type-checktestjesttype-checktsc --noEmit
Dependencies5
js-yaml^4.1.0pack-config-diff^0.1.0path-complete-extname^1.0.0webpack-merge^5.8.0yargs^17.7.2