PkgRadar

Package evidence

@sanity/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/install-skill.mjs || exit 0"

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
4
Versions published
6
First published
Jan 2026
Publisher
hermanw

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"}'
Publisherhermanw
Artifact bytes19,497
Previous version0.0.4
Published2026-01-22T13:33:59.104Z
SHA-2568c7113575250aeff2170284086b154da7c474fc6caab2f54208fc44d51df9d5c

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.0.5 vs 0.0.4: "node scripts/install-skill.mjs || exit 0"

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

Availability ledger

available

high
Last checked
highRisk
65Score
0.0.5Version
Status history (1 event)
  1. newavailable · risk high · score 65 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.5 vs 0.0.4: "node scripts/install-skill.mjs || exit 0"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/install-skill.mjs || exit 0"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.5 vs 0.0.4: "node scripts/install-skill.mjs || exit 0"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/install-skill.mjs || exit 0"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install-skill.mjs || exit 0"5

Manifest

Package metadata

Scripts9
  • buildpkg build --strict --clean --check
  • check:linteslint .
  • check:typestsc --noEmit
  • devpkg-utils watch
  • postinstallnode scripts/install-skill.mjs || exit 0
  • preuninstallnode scripts/uninstall-skill.mjs || exit 0
  • testvitest run --typecheck
  • test:unitvitest --typecheck
  • test:unit:coveragevitest run --coverage
Dependencies1
  • groq-js^1.25.0