PkgRadar

Package evidence

@stacksjs/[email protected]

Large Javascript Payload: 2601867 bytes

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.

Weekly downloads
111,845Ubiquitous · −70% score
Versions published
27
First published
Feb 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":["@stacksjs/[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":["@stacksjs/[email protected]"],"fail_on":"review"}'
Artifact bytes992,800
Previous version0.2.15
Published2026-05-27T22:03:26.678Z
SHA-2563fb44df3d6f57c067c43d11f9f9205f26c9156a29f42551c793fe19957a5cd56

Why flagged

What the scanner saw

Large Javascript Payload: 2601867 bytes

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.2.16Version
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
mediumLarge Javascript Payloadpackage/dist/index.js2601867 bytes10

Manifest

Package metadata

Scripts22
  • buildbun --bun build.ts
  • compilebun build ./bin/cli.ts --compile --minify --outfile bin/cloud
  • compile:allbun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64
  • compile:darwin-arm64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/cloud-darwin-arm64
  • compile:darwin-x64bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/cloud-darwin-x64
  • compile:linux-arm64bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/cloud-linux-arm64
  • compile:linux-x64bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/cloud-linux-x64
  • compile:windows-x64bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/cloud-windows-x64.exe
  • 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
  • prepublishOnlybun --bun run build
  • testbun test
  • zipbun run zip:all
  • zip:allbun run zip:linux-x64 && bun run zip:linux-arm64 && bun run zip:windows-x64 && bun run zip:darwin-x64 && bun run zip:darwin-arm64
  • zip:darwin-arm64zip -j bin/cloud-darwin-arm64.zip bin/cloud-darwin-arm64
  • zip:darwin-x64zip -j bin/cloud-darwin-x64.zip bin/cloud-darwin-x64
  • zip:linux-arm64zip -j bin/cloud-linux-arm64.zip bin/cloud-linux-arm64
  • zip:linux-x64zip -j bin/cloud-linux-x64.zip bin/cloud-linux-x64
  • zip:windows-x64zip -j bin/cloud-windows-x64.zip bin/cloud-windows-x64.exe
Dependencies3
  • @stacksjs/ts-xml^0.1.0
  • @ts-cloud/aws-types0.2.16
  • @ts-cloud/core0.2.16