PkgRadar

Package evidence

@supabase/[email protected]

Credential file access: matched ".aws"

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
692
Versions published
10
First published
May 2026
Publisher
dswbx

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":["@supabase/[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":["@supabase/[email protected]"],"fail_on":"review"}'
Publisherdswbx
Artifact bytes887,362
Previous version0.2.1-next.2
Published2026-05-20T21:05:30.223Z
SHA-2564c1828983b8393d0f6bf27ff420e3ef1d64f62ec081c289e73f512ce47955c09

Why flagged

What the scanner saw

Credential file access: matched ".aws"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".aws"5

Manifest

Package metadata

Scripts51
  • buildbun run build.ts
  • build:allbun run build:static && bun run build.ts --types --minify
  • build:staticvite build
  • cliLOCAL=1 bun src/cli/index.ts
  • debug:bunbun run --hot dev/debug.ts
  • debug:nodetsx --watch dev/debug.ts
  • devvite
  • dev:bunbun run --hot dev/bun/bun.dev.ts
  • docs:generatebun run internal/extract.ts
  • formatbiome format --write .
  • lintbiome check --write .
  • postpackbun run internal/package-readme.ts cleanup
  • prepackbun run internal/package-readme.ts prepare
  • prepublishOnlynpm whoami && bun run typecheck && bun run test && bun run build:all && bun run smoke:pack -- --no-build
  • release:canaryecho "PR previews publish through GitHub Actions > Preview Package using pkg.pr.new." && exit 1
  • release:minorecho "Use GitHub Actions > Release with version_specifier=minor." && exit 1
  • release:nextecho "Use GitHub Actions > Release Next from develop." && exit 1
  • release:patchecho "Use GitHub Actions > Release with version_specifier=patch." && exit 1
  • smoke:packbun run internal/smoke-pack.ts
  • testbun test --bail
  • test:allbun run test:low && bun run vitest && bun run test:spec:status && bun run test:spec:auth && bun run test:spec:storage
  • test:coveragebun test --bail --coverage --coverage-reporter=text --coverage-reporter=lcov
  • test:gotrueGOTRUE_TEST_SUITE=1 bun test auth/gotrue-suite.postgres.test.ts
  • test:lowbun run test/run-low-memory.ts
  • test:phenotype:storagebun run test:spec:storage:postgres
  • test:postgrestbun test postgrest/suite/postgres.test.ts
  • test:spec:analyzebun run test/supabase-spec/rest/analyze.ts
  • test:spec:analyze:pglitebun run test/supabase-spec/rest/analyze.ts --backend=pglite
  • test:spec:analyze:postgresbun run test/supabase-spec/rest/analyze.ts --backend=postgres
  • test:spec:analyze:sqlitebun run test/supabase-spec/rest/analyze.ts --backend=sqlite
  • …and 21 more.
Dependencies17
  • @commander-js/extra-typings^14.0.0
  • @electric-sql/pglite0.4.5
  • @hono/node-server^1.19.9
  • @sentry/node^10.51.0
  • @supabase/pg-delta1.0.0-alpha.10
  • @vercel/detect-agent^1.2.3
  • bcryptjs^3.0.3
  • chokidar^5.0.0
  • commander^14.0.3
  • dotenv^17.3.1
  • kysely^0.28.11
  • kysely-generic-sqlite^1.2.1
  • kysely-postgres-js^3.0.0
  • libpg-query17.7.3
  • pgsql-deparser17.18.3
  • pgsql-parser17.9.15
  • uuid^13.0.0