PkgRadar

Package evidence

@sanity-labs/[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
13
First published
Jan 2026
Publisher
simen.svale

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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-labs/[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":["@sanity-labs/[email protected]"],"fail_on":"review"}'
Publishersimen.svale
Artifact bytes312,294
Previous version0.5.4
Published2026-02-09T16:14:24.047Z
SHA-25659a5198aac43c7c865e3018b46c640fb67742ad2beaf1d69b41d2f90543df01a

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

low
Last checked
lowRisk
0Score
0.5.5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts7
  • buildbun build ./src/cli/index.ts --outdir ./dist --target bun --define "BUILD_VERSION='$(node -p "require('./package.json').version")'" --define "BUILD_GIT_HASH='$(git rev-parse --short HEAD 2>/dev/null || echo unknown)'" && node -e "const fs=require('fs');const f='./dist/index.js';fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace('#!/usr/bin/env node','#!/usr/bin/env bun'))"
  • devbun run ./src/cli/index.ts
  • formatprettier --write 'src/**/*.ts'
  • prepublishOnlybun run build && bun run typecheck
  • releasebun run build && bun run typecheck && npm publish --access public
  • testbun test
  • typechecktsc --noEmit
Dependencies10
  • @ai-sdk/anthropic^1.1.0
  • @anthropic-ai/sdk^0.39.0
  • @modelcontextprotocol/sdk^1.25.3
  • @types/diff^7.0.2
  • ai^4.1.0
  • diff^8.0.3
  • drizzle-orm^0.38.0
  • picocolors^1.1.1
  • ulid^2.3.0
  • zod^3.24.0