PkgRadar

Package evidence

[email protected]

no findings

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
1,474Mature · −50% score
First published
Nov 2020
Publisher
GitHub ActionsTrusted automation · −70% score
External confirmation
MAL-2026-5187OSV match · pinned to high regardless of other signals

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Artifact bytes3,958
Previous version2.106.0-beta.2
Published2026-06-05T10:20:21.479Z
SHA-25614eac12bdf86ce88ca0b74aed0e25a352d2ec6a6577efc324750c2ed50748c9f

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

high
Last checked
highRisk
0Score
2.106.0-beta.3Version
Status history (1 event)
  1. newavailable · risk high · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • buildpnpm build:next && pnpm build:legacy && pnpm build:shim
  • build:legacybun build src/legacy/main.ts --compile --outfile dist/supabase-legacy
  • build:nextbun build src/next/main.ts --compile --outfile dist/supabase-next
  • build:shimbun build src/shared/cli/bin.ts --outfile dist/supabase.js --target node
  • check:allnx run-many -t types:check lint:check fmt:check knip:check --projects=$npm_package_name
  • dev:legacypnpm exec bun src/legacy/main.ts
  • dev:nextpnpm exec bun src/next/main.ts
  • fix:allnx run-many -t lint:fix fmt:fix knip:fix --projects=$npm_package_name
  • testnx run-many -t test:core test:e2e --projects=$npm_package_name
  • test:corenx run-many -t test:unit test:integration --projects=$npm_package_name --coverage.enabled
  • test:smokebun run tests/smoke-test.ts
Optional dependencies8
  • @supabase/cli-darwin-arm642.106.0-beta.3
  • @supabase/cli-darwin-x642.106.0-beta.3
  • @supabase/cli-linux-arm642.106.0-beta.3
  • @supabase/cli-linux-arm64-musl2.106.0-beta.3
  • @supabase/cli-linux-x642.106.0-beta.3
  • @supabase/cli-linux-x64-musl2.106.0-beta.3
  • @supabase/cli-windows-arm642.106.0-beta.3
  • @supabase/cli-windows-x642.106.0-beta.3