PkgRadar

Package evidence

@browserbasehq/[email protected]

Large Javascript Payload: 6746137 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
2,910Niche · −30% score
Versions published
73
First published
Jan 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":["@browserbasehq/[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":["@browserbasehq/[email protected]"],"fail_on":"review"}'
Artifact bytes1,274,693
Previous version0.6.1-alpha-aff5528c8de93c14b695c73b2919d8c91950ef8a
Published2026-05-27T18:52:49.605Z
SHA-2566d576e4ef219d20928500a53a3c7e40fdcac060654efeb0ad483b33d509e2ab8

Why flagged

What the scanner saw

Large Javascript Payload: 6746137 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.6.1-alpha-bf9d44989c9238499818b9222c54ca93c7124c1cVersion
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.js6746137 bytes10

Manifest

Package metadata

Scripts9
  • browsetsx src/index.ts
  • buildtsup
  • devtsx src/index.ts
  • eslinteslint .
  • lintcd ../.. && prettier --check packages/cli && cd packages/cli && pnpm run eslint && pnpm run typecheck
  • testvitest run
  • test:clivitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies7
  • @browserbasehq/stagehand3.5.0-alpha-bf9d44989c9238499818b9222c54ca93c7124c1c
  • commander^12.0.0
  • dotenv^16.4.5
  • node-html-markdown^1.3.0
  • pino^9.6.0
  • pino-pretty^13.0.0
  • ws^8.21.0