PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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 bytes82,458
Previous version1.12.1-beta.6
Published2026-05-22T08:57:13.757Z
SHA-256a21e2777f166a7f4dc92d5c02246f23fa86b106ccf1d65150514beb324dc4ca9

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
67Score
1.12.1-beta.7Version
Status history (1 event)
  1. newavailable · risk high · score 67 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index-0n13y1m3.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/index-p98bdwmj.jsmatched "GITHUB_TOKEN"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index-0n13y1m3.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/index-p98bdwmj.jsmatched "GITHUB_TOKEN"30
lowInstall-time lifecycle scriptpackage.jsonprepare="sh scripts/prepare.sh"4
lowObfuscationpackage/dist/index-0n13y1m3.jsmatched "\\uD83E"3

Manifest

Package metadata

Scripts43
  • buildturbo run build-dist
  • build-bundlebun build src/index.ts --outdir dist --target node --minify --splitting --external fs --external path --external crypto
  • build-distbun run clean-dist && bun run build-bundle && bun run build-types
  • build-typestsc --emitDeclarationOnly --outDir dist --incremental false
  • check:test-manifestsbun scripts/check-test-manifests.ts
  • clean-distbun run scripts/clean.ts
  • commitgit-cz
  • deps:checkcodependence
  • deps:updatecodependence --update
  • devbun run --cwd app dev
  • dev:clicommand -v bun >/dev/null 2>&1 || (echo 'Error: bun is required but not installed.' && exit 1) && bun build src/index.ts --outdir dist --target node --watch
  • dev:linkcommand -v npm >/dev/null 2>&1 || (echo 'Error: npm is required but not installed.' && exit 1) && npm link && echo '✓ pastoralist command now available globally'
  • dev:unlinkcommand -v npm >/dev/null 2>&1 || (echo 'Error: npm is required but not installed.' && exit 1) && npm unlink -g pastoralist
  • dryrunbun run src/index.ts --dryRun
  • formatoxfmt --check .
  • format:fixoxfmt --write .
  • lintoxlint -c .oxlintrc.json src app/src app/tests tools tests/unit/tools
  • lint-fixoxlint -c .oxlintrc.json src app/src app/tests tools tests/unit/tools --fix
  • preparesh scripts/prepare.sh
  • prepublishOnlybun run test:unit
  • previewbun run --cwd app preview
  • releasebun scripts/release.ts
  • release:alphabun scripts/release.ts --preRelease=alpha
  • release:alpha:drybun scripts/release.ts --preRelease=alpha --dry-run
  • release:betabun scripts/release.ts --preRelease=beta
  • release:beta:drybun scripts/release.ts --preRelease=beta --dry-run
  • release:drybun scripts/release.ts --dry-run
  • release:tagbun scripts/tag-release.ts
  • release:tag:drybun scripts/tag-release.ts --dry-run
  • setupbun install && bun run build && bun run test:unit && echo '✓ Setup complete! Run bun run dev:link to use pastoralist globally'
  • …and 13 more.