PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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"}'
Artifact bytes76,963
Previous version0.2.14
Published2026-05-23T21:29:08.609Z
SHA-25673029319f113704d84799ba04b5515f2fba83355f599524ae1fafe66b2d38ef4

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/config.tsmatched ".npmrc"30
highCredential file accesspackage/src/inspect.tsmatched ".npmrc"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/config.tsmatched ".npmrc"30
highCredential file accesspackage/src/inspect.tsmatched ".npmrc"30
lowInstall-time lifecycle scriptpackage.jsonprepare="bun scripts/generate-prompts.ts && bun scripts/generate-build-info.ts"4

Manifest

Package metadata

Scripts10
  • buildbun scripts/generate-prompts.ts && bun scripts/generate-build-info.ts && bun build src/cli.ts --compile --outfile claude-mode-bin
  • build-promptbun run src/build-prompt.ts
  • build:allbun scripts/generate-prompts.ts && bun scripts/generate-build-info.ts && bun build src/cli.ts --compile --target=bun-linux-x64 --outfile=dist/claude-mode-linux-x64 && bun build src/cli.ts --compile --target=bun-linux-arm64 --outfile=dist/claude-mode-linux-arm64 && bun build src/cli.ts --compile --target=bun-darwin-x64 --outfile=dist/claude-mode-darwin-x64 && bun build src/cli.ts --compile --target=bun-darwin-arm64 --outfile=dist/claude-mode-darwin-arm64
  • generatebun scripts/generate-prompts.ts && bun scripts/generate-build-info.ts
  • generate-build-infobun scripts/generate-build-info.ts
  • generate-promptsbun scripts/generate-prompts.ts
  • preparebun scripts/generate-prompts.ts && bun scripts/generate-build-info.ts
  • prepublishOnlybun scripts/generate-prompts.ts && bun scripts/generate-build-info.ts
  • startbun run src/cli.ts
  • testbun test