PkgRadar

Package evidence

@base44-preview/[email protected]

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

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":["@base44-preview/[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":["@base44-preview/[email protected]"],"fail_on":"review"}'
Artifact bytes5,413,096
Previous version0.0.51-pr.503.7da032c
Published2026-05-17T08:36:44.960Z
SHA-256a11ec7fdfdb33bf03ad0b724f5590d6bb111d947682ec13dc40563439de77788

Why flagged

What the scanner saw

Large Javascript Payload: 10574116 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.0.51-pr.503.868a87fVersion
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli/index.js10574116 bytes10

Manifest

Package metadata

Scripts14
  • buildbun run clean && mkdir -p dist/assets && cp -r templates dist/assets/ && bun run infra/build.ts
  • build:binariesbun run infra/build-binaries.ts
  • build:watchbun run clean && mkdir -p dist/assets && cp -r templates dist/assets/ && bun run infra/build.ts --watch
  • cleanrm -rf dist && mkdir -p dist
  • dev./bin/dev.ts
  • lintcd ../.. && bun run lint
  • lint:fixcd ../.. && bun run lint:fix
  • package:binariesbun run infra/package-binaries.ts
  • start./bin/run.js
  • testvitest run
  • test:binaryCLI_TEST_RUNNER=binary vitest run
  • test:npmCLI_TEST_RUNNER=npm vitest run
  • test:watchvitest
  • typechecktsc --noEmit