PkgRadar

Package evidence

@carnesen/[email protected]

Credential File Packaged: package/.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":["@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"}'
Publishercarnesen
Artifact bytes22,819
Previous version0.8.1
Published2023-01-14T20:10:14.977Z
SHA-2568b33d917db40345cdbf5fd694611a4ec7e1268431183cf1698e9342dff8f444d

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

high
Last checked
highRisk
65Score
0.9.0Version
Status history (1 event)
  1. newavailable · risk high · score 65 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

carnesen

7 members · evidence strength 71

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.npmrcpackage/.npmrc35
highCredential file accesspackage/package.jsonmatched ".npmrc"30

Manifest

Package metadata

Scripts13
  • buildtsc --project tsconfig.json
  • build:cleanrm -rf lib/ && npm run build
  • build:watchnpm run build:clean -- --watch
  • clinode lib/cli
  • devts-node src/cli
  • linteslint --ext .ts src/
  • lint:fixnpm run lint -- --fix
  • releasecarnesen-dev release --semverBump
  • testnpm run lint && npm run unit-test && npm run build:clean && node lib/cli echo ok && ts-node src/multiply-command 2 3 4 && npm pack
  • type-checknpm run build -- --noEmit
  • type-check:watchnpm run type-check -- --watch
  • unit-testjest src
  • unit-test:watchnpm run unit-test -- --watch
Dependencies1
  • @carnesen/cli0.9.0