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.

Versions published
34Established · −30% score
First published
Nov 2025
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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Artifact bytes1,292,373
Previous version0.9.36
Published2026-05-29T02:02:46.855Z
SHA-25628f4a79640d0a84b36756c4d3c76d3ff5998fded11b06143a9e1547c9cfc10e4

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

review
Last checked
reviewRisk
1Score
0.9.37Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-be9yfyr2.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts45
  • buildbun build.ts && bun run compile
  • build:cross-platformbun scripts/build-cross-platform.ts
  • build:docsNODE_OPTIONS="--max-old-space-size=8192" bun vitepress build docs
  • changelogbunx logsmith --verbose
  • changelog:generatebunx logsmith --output CHANGELOG.md
  • compilebun build ./bin/cli.ts --compile --minify --outfile bin/ts-pantry
  • compile:allbun run compile:unix && bun run compile:windows-x64
  • compile:darwin-arm64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/ts-pantry-darwin-arm64
  • compile:darwin-x64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/ts-pantry-darwin-x64
  • compile:linux-arm64bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/ts-pantry-linux-arm64
  • compile:linux-x64bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/ts-pantry-linux-x64
  • compile:unixbun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64
  • compile:windows-x64bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/ts-pantry-windows-x64.exe && sleep 3 && ls -la bin/ts-pantry-windows-x64.exe && chmod +x bin/ts-pantry-windows-x64.exe
  • dev:docsbun vitepress dev docs
  • formatbunx --bun pickier format .
  • format:fixbunx --bun pickier format . --write
  • freshbunx rimraf node_modules/ bun.lock && bun i
  • lintbunx --bun pickier lint .
  • lint:fixbunx --bun pickier lint . --fix
  • pantry:buildbun scripts/build-package.ts
  • pantry:docsbun bin/cli.ts generate-docs
  • pantry:fetchbun bin/cli.ts fetch
  • pantry:fetch-allbun bin/cli.ts fetch --all
  • pantry:installbun scripts/download-from-s3.ts
  • pantry:shellbun scripts/pantry-cli.ts shell
  • pantry:updatebun run update:packages
  • pantry:uploadbun scripts/upload-to-s3.ts
  • prepublishOnlybun run build && bun run build:cross-platform
  • preview:docsbun vitepress preview docs
  • releasebun run changelog:generate && bunx --bun bumpx prompt --recursive
  • …and 15 more.
Dependencies3
  • @stacksjs/ts-cloud^0.2.19
  • bunfig^0.15.6
  • ts-web-scraper^0.1.1