PkgRadar

Package evidence

@thebuoyant-tsdev/[email protected]

Credential file access: matched ".AZURE"

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
2
First published
May 2026
Publisher
thebuoyant-tsdev

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":["@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 bytes921,914
Previous versionnone
Published2026-05-25T16:06:24.418Z
SHA-2565feba42dd0ca012089e80b29b9503eb6446ba1e93291c14ece3680480ffc6a1b

Why flagged

What the scanner saw

Credential file access: matched ".AZURE"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.3.0Version
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
lowCredential file accesspackage/dist/index.cjsmatched ".AZURE"5

Manifest

Package metadata

Scripts14
  • buildnpm run clean && vite build && tsc -p tsconfig.build.json
  • 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