PkgRadar

Package evidence

@swarmvaultai/[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
94
First published
Apr 2026
Publisher
waydelyle

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":["@swarmvaultai/[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":["@swarmvaultai/[email protected]"],"fail_on":"review"}'
Publisherwaydelyle
Artifact bytes353,500
Previous version3.16.0
Published2026-06-11T15:33:39.140Z
SHA-2561337e53b938bee13166bc63f52b742aeab5a2828ad18b8ad4e8f577cacfa77f0

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
3.16.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts6
  • buildpnpm run build:lib && pnpm run build:app
  • build:appvite build
  • build:libtsup src/lib.ts --format esm --dts --out-dir dist --clean
  • prepublishOnlynode ../../scripts/check-release-sync.mjs && node ../../scripts/check-published-manifests.mjs
  • testvitest run
  • typechecktsc --noEmit
Dependencies8
  • cytoscape^3.33.1
  • highlight.js^11.10.0
  • react^19.1.1
  • react-dom^19.1.1
  • react-markdown^9.0.1
  • rehype-highlight^7.0.0
  • rehype-slug^6.0.0
  • remark-gfm^4.0.0