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":["@carnesen/[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":["@carnesen/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential File Packaged: package/.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 65 · status changed
Related candidates
Linked campaigns and clusters
carnesen
7 members · evidence strength 71Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.npmrc | package/.npmrc | 35 |
| high | Credential file access | package/package.json | matched ".npmrc" | 30 |
Manifest
Package metadata
Scripts13
buildtsc --project tsconfig.jsonbuild:cleanrm -rf lib/ && npm run buildbuild:watchnpm run build:clean -- --watchclinode lib/clidevts-node src/clilinteslint --ext .ts src/lint:fixnpm run lint -- --fixreleasecarnesen-dev release --semverBumptestnpm run lint && npm run unit-test && npm run build:clean && node lib/cli echo ok && ts-node src/multiply-command 2 3 4 && npm packtype-checknpm run build -- --noEmittype-check:watchnpm run type-check -- --watchunit-testjest srcunit-test:watchnpm run unit-test -- --watch
Dependencies1
@carnesen/cli0.9.0