PkgRadar

Package evidence

@getsupertab/[email protected]

Install-time lifecycle script: postinstall="! test -f .env.local && test -z \"$CI\" && cp .env.example .env.local || echo \"Skipping creation of .env.local\""

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
247
Versions published
158Mature · −50% score
First published
Apr 2025
Publisher
supertab-frontend

Effective trust discount applied: 50% (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":["@getsupertab/[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":["@getsupertab/[email protected]"],"fail_on":"review"}'
Artifact bytes602,676
Previous version3.68.0
Published2026-06-09T15:00:00.773Z
SHA-256d4bfc5e72073d6b3fa77ae3a02dd97ea75e0f085905a9906398e3610e1b86bfb

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="! test -f .env.local && test -z \"$CI\" && cp .env.example .env.local || echo \"Skipping creation of .env.local\""

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
3.69.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="! test -f .env.local && test -z \"$CI\" && cp .env.example .env.local || echo \"Skipping creation of .env.local\""5

Manifest

Package metadata

Scripts35
  • buildnpm run build:cdn
  • build-storybookstorybook build
  • build:allnpm run build:cdn && npm run build:pkg && npm run build:pkg-demo
  • build:cdntsc && vite build --config .vite/vite.cdn.config.ts && vite build --config .vite/vite.googlefc.config.ts && vite build --config .vite/vite.supertab-global.config.ts
  • build:cdn:ctlTAPPER_ENV=ctl npm run build:cdn
  • build:cdn:prodTAPPER_ENV=prod npm run build:cdn
  • build:cdn:sbxTAPPER_ENV=sbx npm run build:cdn
  • build:cdn:stgTAPPER_ENV=stg npm run build:cdn
  • build:pkgtsc && vite build --config .vite/vite.pkg.config.ts
  • build:pkg-demotsc && vite build --config .vite/vite.pkg-demo.config.ts
  • build:pkg-demo:ctlTAPPER_ENV=ctl npm run build:pkg-demo
  • build:pkg-demo:prodTAPPER_ENV=prod npm run build:pkg-demo
  • build:pkg-demo:sbxTAPPER_ENV=sbx npm run build:pkg-demo
  • build:pkg-demo:stgTAPPER_ENV=stg npm run build:pkg-demo
  • build:pkg:ctlTAPPER_ENV=ctl npm run build:pkg
  • build:pkg:prodTAPPER_ENV=prod npm run build:pkg
  • build:pkg:sbxTAPPER_ENV=sbx npm run build:pkg
  • build:pkg:stgTAPPER_ENV=stg npm run build:pkg
  • chromaticnpx chromatic
  • devvite --config .vite/vite.dev.config.ts
  • generate-api-schemasbin/generate-api-schemas
  • linteslint src
  • postinstall! test -f .env.local && test -z "$CI" && cp .env.example .env.local || echo "Skipping creation of .env.local"
  • preparehusky
  • prepublishOnlynpm run build:pkg:prod
  • previewPREVIEW_BUILD=true npm run build:all && vite preview --config .vite/vite.preview.config.ts
  • preview:ctlTAPPER_ENV=ctl npm run preview
  • preview:prodTAPPER_ENV=prod npm run preview
  • preview:sbxTAPPER_ENV=sbx npm run preview
  • preview:stgTAPPER_ENV=stg npm run preview
  • …and 5 more.