PkgRadar

Package evidence

@tankpkg/[email protected]

Remote Payload: matched "github.com/tankpkg/tank/releases/download"

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
145
First published
Mar 2026
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":["@tankpkg/[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":["@tankpkg/[email protected]"],"fail_on":"review"}'
Artifact bytes283,198
Previous version0.0.0-nightly.20260608.9f69485
Published2026-06-09T08:07:16.402Z
SHA-256c01a016d62657a4bcff4651751bbd8b6f7a511e36b9a19844c224eeda5435b8f

Why flagged

What the scanner saw

Remote Payload: matched "github.com/tankpkg/tank/releases/download"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.0.0-nightly.20260609.9f69485Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bin/tank.jsmatched "github.com/tankpkg/tank/releases/download"12

Manifest

Package metadata

Scripts8
  • buildtsdown
  • build:binarybun run build && bun run build:bundle && bun run build:sea
  • build:bundleesbuild dist/bin/tank.js --bundle --platform=node --format=esm --outfile=build/tank-bundle.mjs --external:fsevents
  • build:seabash scripts/build-binary.sh
  • lintbiome check .
  • lint:fixbiome check --write .
  • testvitest run
  • typechecktsc --noEmit
Dependencies11
  • @inquirer/prompts^8.3.0
  • chalk^5.6.2
  • commander^14.0.3
  • ignore^7.0.5
  • open^11.0.0
  • ora^9.3.0
  • pino^10.3.1
  • pino-loki^3.0.0
  • semver^7.7.4
  • tar^7.5.11
  • zod^4.3.6