PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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"}'
Publishersagar-grv
Artifact bytes18,523
Previous version3.0.4
Published2026-05-25T03:27:06.742Z
SHA-256691a56d1b0737c30e042ee7ef5fb0f6ca8f8a4e143169f5b5dea4d38f36ade12

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

sagar-grv

3 members · evidence strength 66

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/template/github/workflows/auto-merge.ymlmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/template/github/workflows/health.ymlmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/template/github/workflows/auto-merge.ymlmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/template/github/workflows/health.ymlmatched "curl "12
lowObfuscationpackage/bin/shipkit-pipe.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts2
  • prepublishOnlynpm test && echo '✓ All checks passed — proceeding with publish'
  • testnode bin/shipkit-pipe.js --help && node bin/shipkit-pipe.js --version && node bin/shipkit-pipe.js --dry-run && node bin/shipkit-pipe.js check && node bin/shipkit-pipe.js check --json && echo 'All tests passed'