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 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 90 · status changed
Related candidates
Linked campaigns and clusters
carnesen
7 members · evidence strength 71Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/lib/cli/init.cli-command.js | matched ".npmrc" | 30 |
| high | Credential file access | package/scripts/build.sh | matched ".npmrc" | 30 |
| high | Credential file access | package/src/cli/init.cli-command.ts | matched ".npmrc" | 30 |
Manifest
Package metadata
Scripts8
build./scripts/build.shdevts-node srclinteslint --ext .ts srclint-fixnpm run lint -- --fixrelease./scripts/release.shstartnode libtest./scripts/test.shunit-testNODE_ENV=test jest src
Dependencies5
@carnesen/cli^0.8.0@carnesen/error-like^0.2.0@octokit/rest^19.0.4lodash^4.17.21zod^3.19.1