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 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":["[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"}'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
Status history (1 event)
- new → available · risk high · score 67 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/index-0n13y1m3.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/index-p98bdwmj.js | matched "GITHUB_TOKEN" | 30 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/index-0n13y1m3.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/index-p98bdwmj.js | matched "GITHUB_TOKEN" | 30 |
| low | Install-time lifecycle script | package.json | prepare="sh scripts/prepare.sh" | 4 |
| low | Obfuscation | package/dist/index-0n13y1m3.js | matched "\\uD83E" | 3 |
Manifest
Package metadata
Scripts43
buildturbo run build-distbuild-bundlebun build src/index.ts --outdir dist --target node --minify --splitting --external fs --external path --external cryptobuild-distbun run clean-dist && bun run build-bundle && bun run build-typesbuild-typestsc --emitDeclarationOnly --outDir dist --incremental falsecheck:test-manifestsbun scripts/check-test-manifests.tsclean-distbun run scripts/clean.tscommitgit-czdeps:checkcodependencedeps:updatecodependence --updatedevbun run --cwd app devdev: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 --watchdev: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 pastoralistdryrunbun run src/index.ts --dryRunformatoxfmt --check .format:fixoxfmt --write .lintoxlint -c .oxlintrc.json src app/src app/tests tools tests/unit/toolslint-fixoxlint -c .oxlintrc.json src app/src app/tests tools tests/unit/tools --fixpreparesh scripts/prepare.shprepublishOnlybun run test:unitpreviewbun run --cwd app previewreleasebun scripts/release.tsrelease:alphabun scripts/release.ts --preRelease=alpharelease:alpha:drybun scripts/release.ts --preRelease=alpha --dry-runrelease:betabun scripts/release.ts --preRelease=betarelease:beta:drybun scripts/release.ts --preRelease=beta --dry-runrelease:drybun scripts/release.ts --dry-runrelease:tagbun scripts/tag-release.tsrelease:tag:drybun scripts/tag-release.ts --dry-runsetupbun install && bun run build && bun run test:unit && echo '✓ Setup complete! Run bun run dev:link to use pastoralist globally'- …and 13 more.