PkgRadar

Package evidence

@winspan/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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
281
First published
Apr 2026
Publisher
winspan

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":["@winspan/[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":["@winspan/[email protected]"],"fail_on":"review"}'
Publisherwinspan
Artifact bytes2,277,364
Previous version8.54.3
Published2026-05-19T03:32:48.078Z
SHA-256382e4c12d0e585c797d0630f5920a1489ab3936d76fda428ca44c7f2d83ff041

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
8.54.4Version
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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts13
  • buildtsc && mkdir -p dist/hooks && cp -r src/hooks/* dist/hooks/ && chmod +x dist/hooks/*.sh && chmod +x dist/cli/index.js && cp src/core/storage/schema.sql dist/core/storage/schema.sql && mkdir -p dist/daemon/launchd && cp src/daemon/launchd/*.template dist/daemon/launchd/ && mkdir -p dist/skills/official && cp src/skills/official/*.md dist/skills/official/ && mkdir -p dist/claudemd/templates && cp src/claudemd/templates/*.md dist/claudemd/templates/ && mkdir -p dist/web/static && cp -r web/dist/* dist/web/static/ 2>/dev/null || cp src/web/static/index.html dist/web/static/ && cp -r src/web/static/vendor dist/web/static/ 2>/dev/null || true && (test -f dist/core/storage/schema.sql || (echo '[build] FATAL: dist/core/storage/schema.sql missing' && exit 1)) && (test -f dist/claudemd/templates/swarm-protocol.md || (echo '[build] FATAL: dist/claudemd/templates/swarm-protocol.md missing' && exit 1))
  • check:specsbash scripts/check-spec-changelog.sh
  • dev:daemon./scripts/dev-daemon.sh
  • dev:daemon:logs./scripts/dev-daemon.sh logs
  • dev:daemon:restart./scripts/dev-daemon.sh restart
  • dev:daemon:start./scripts/dev-daemon.sh start
  • dev:daemon:status./scripts/dev-daemon.sh status
  • dev:daemon:stop./scripts/dev-daemon.sh stop
  • postinstallnode scripts/postinstall.cjs
  • prebuildrm -rf dist
  • prepublishOnlynpm run build && npm test
  • testvitest run
  • test:watchvitest
Dependencies9
  • @anthropic-ai/sdk^0.32.1
  • @modelcontextprotocol/sdk^1.0.4
  • better-sqlite3^12.10.0
  • chalk^5.6.2
  • commander^12.1.0
  • express^4.21.2
  • gray-matter^4.0.3
  • js-yaml^4.1.0
  • zod^3.24.1