PkgRadar

Package evidence

@swmansion/[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.

Weekly downloads
5,547Niche · −30% score
Versions published
12
First published
Apr 2026
Publisher
filip13131

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

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":["@swmansion/[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":["@swmansion/[email protected]"],"fail_on":"review"}'
Publisherfilip13131
Artifact bytes4,936,527
Previous version0.7.1
Published2026-05-21T16:07:41.110Z
SHA-2563ebb47903cd7479899c99955b26534ac6b8a023102bde9b9d063e56dea104cdd

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
3Score
0.8.0Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 45 -> 3
  2. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5
lowLarge Javascript Payloadpackage/dist/tool-server.cjs2355025 bytes0

Manifest

Package metadata

Scripts11
  • benchmarknode scripts/benchmark.cjs
  • buildnpm run build:dispatcher && npm run build:bundles && npm run sync-readme
  • build:bundlesnode scripts/bundle-tools.cjs
  • build:dispatcherrm -rf dist tsconfig.tsbuildinfo && tsc
  • observenode scripts/observe.cjs
  • postinstallnode scripts/postinstall.cjs
  • prepacknode scripts/sync-readme.cjs
  • sync-readmenode scripts/sync-readme.cjs
  • testvitest run
  • test:watchvitest
  • typecheck:teststsc --noEmit -p tsconfig.test.json
Dependencies1
  • @modelcontextprotocol/sdk^1.20.0