PkgRadar

Package evidence

@sanity/[email protected]

Credential File Packaged: package/fixtures/worst-case-studio/.env

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
103Established · −30% score
First published
Sep 2025
Publisher
sanity-svc.npm

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@sanity/[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":["@sanity/[email protected]"],"fail_on":"high"}'
Artifact bytes53,795
Previous version0.0.0-20260612095559
Published2026-06-12T10:16:46.310Z
SHA-256894c3a0e72fc0961a7c756ac8455cf1b74faec46c09f0f55ed66827c81109d0d

Why flagged

What the scanner saw

Credential File Packaged: package/fixtures/worst-case-studio/.env

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

Availability ledger

available

high
Last checked
highRisk
24Score
0.0.0-20260612101602Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/fixtures/worst-case-studio/.envpackage/fixtures/worst-case-studio/.env35

Manifest

Package metadata

Scripts14
  • buildpnpm run build:js && pnpm run copy:fixtures
  • build:jsswc --delete-dir-on-start --strip-leading-paths --out-dir dist/ src
  • build:typespkg-utils build --emitDeclarationOnly
  • check:typestsc --noEmit
  • cleanrimraf dist fixtures
  • copy:fixturestsx scripts/copy-fixtures.ts
  • linteslint .
  • posttestpnpm run lint
  • prebuildpnpm run clean
  • publintpublint
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • watchswc --delete-dir-on-start --strip-leading-paths --out-dir dist/ --watch src
Dependencies7
  • @sanity/cli-core0.0.0-20260612101602
  • @swc/core^1.15.40
  • ansis^4.2.0
  • esbuild^0.28.0
  • nock^14.0.15
  • ora^9.0.0
  • tinyglobby^0.2.17