PkgRadar

Package evidence

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

Weekly downloads
342
Versions published
4
First published
May 2026
Publisher
thebuoyant-tsdev

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":["@thebuoyant-tsdev/[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":["@thebuoyant-tsdev/[email protected]"],"fail_on":"review"}'
Artifact bytes73,632
Previous version1.3.2
Published2026-05-26T17:53:04.709Z
SHA-256a6c273bd88fe16b859d8aa8e2b21ed8d9facd96802310ec6270cdfdec1b6b74f

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • buildnpm run clean && vite build && tsc -p tsconfig.build.json && cp dist/index.d.ts dist/index.d.cts
  • build-storybookstorybook build
  • build-storybook-dockerbash scripts/build-storybook-docker.sh
  • cleanrm -rf dist
  • devvite
  • linteslint .
  • npm-deploybash scripts/npm-deploy.sh
  • pack-releasenpm run build && mkdir -p releases && npm pack --pack-destination releases/
  • prepublishOnlynpm run test:run && npm run build
  • previewvite preview
  • storybookstorybook dev -p 6006
  • testvitest
  • test:coveragevitest run --coverage
  • test:runvitest run
Dependencies22
  • @codemirror/autocomplete^6.20.2
  • @codemirror/commands^6.10.3
  • @codemirror/lang-json^6.0.2
  • @codemirror/lang-sql^6.10.0
  • @codemirror/language^6.12.3
  • @codemirror/lint^6.9.6
  • @codemirror/state^6.6.0
  • @codemirror/view^6.43.0
  • @lezer/highlight^1.2.3
  • @tanstack/react-virtual^3.13.24
  • @tiptap/extension-character-count^3.23.4
  • @tiptap/extension-color^3.23.4
  • @tiptap/extension-highlight^3.23.4
  • @tiptap/extension-link^3.23.4
  • @tiptap/extension-placeholder^3.23.4
  • @tiptap/extension-text-style^3.23.4
  • @tiptap/extension-underline^3.23.4
  • @tiptap/react^3.23.4
  • @tiptap/starter-kit^3.23.4
  • sql-formatter^15.8.0
  • tiptap-markdown^0.9.0
  • zustand^5.0.12