PkgRadar

Package evidence

@stacksjs/[email protected]

Large Javascript Payload: 3677532 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.

Versions published
45Mature · −50% score
First published
Oct 2024
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 bytes1,256,793
Previous version0.9.26
Published2026-05-20T10:53:47.612Z
SHA-2562288ce1149b0722bc64ec308756fba4ea27dd0ca30775954f46fb752b5d0ded4

Why flagged

What the scanner saw

Large Javascript Payload: 3677532 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.9.27Version
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/chunk-2n1bbm2c.js3677532 bytes10

Manifest

Package metadata

Scripts26
  • benchmarkbun run benchmark.ts
  • benchmark:cibun run benchmark.ts --ci --json
  • benchmark:quickbun run benchmark.ts --quick
  • buildbun build.ts && bun run compile
  • changelogbunx changelogen --output CHANGELOG.md
  • compilebun build ./bin/cli.ts --compile --minify --format=esm --outfile bin/dtsx
  • 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 --format=esm --target=bun-darwin-arm64 --outfile bin/dtsx-darwin-arm64
  • compile:darwin-x64bun build ./bin/cli.ts --compile --minify --format=esm --target=bun-darwin-x64 --outfile bin/dtsx-darwin-x64
  • compile:linux-arm64bun build ./bin/cli.ts --compile --minify --format=esm --target=bun-linux-arm64 --outfile bin/dtsx-linux-arm64
  • compile:linux-x64bun build ./bin/cli.ts --compile --minify --format=esm --target=bun-linux-x64 --outfile bin/dtsx-linux-x64
  • compile:windows-x64bun build ./bin/cli.ts --compile --minify --format=esm --target=bun-windows-x64 --outfile bin/dtsx-windows-x64.exe
  • freshbunx rimraf node_modules/ bun.lock && bun i
  • lintbunx --bun pickier run . --mode lint
  • lint:fixbunx --bun pickier run . --mode lint --fix
  • prepublishOnlybun --bun run build
  • releasebun run changelog && bunx bumpp package.json --all
  • testbun test
  • typecheckbunx tsc --noEmit
  • 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/dtsx-darwin-arm64.zip bin/dtsx-darwin-arm64
  • zip:darwin-x64zip -j bin/dtsx-darwin-x64.zip bin/dtsx-darwin-x64
  • zip:linux-arm64zip -j bin/dtsx-linux-arm64.zip bin/dtsx-linux-arm64
  • zip:linux-x64zip -j bin/dtsx-linux-x64.zip bin/dtsx-linux-x64
  • zip:windows-x64zip -j bin/dtsx-windows-x64.zip bin/dtsx-windows-x64.exe
Dependencies1
  • @stacksjs/clapp^0.2.0