PkgRadar

Package evidence

[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
132
Versions published
11
First published
Dec 2025
Publisher
briansunter

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherbriansunter
Artifact bytes156,900
Previous version0.6.0
Published2026-06-12T23:44:10.796Z
SHA-256d6e6c24284fa6aa6fc04482ad96e691097e48c4e5e756aa5212e289b04199df1

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
0.6.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

Scripts23
  • benchbun run benchmarks/hnsw.bench.ts
  • benchmark:comparisonbun run benchmarks/unified_comparison_benchmark.ts
  • benchmark:comprehensivebun run benchmarks/comprehensive_benchmark.ts
  • benchmark:lancedbbun run benchmarks/lancedb_comparison_benchmark.ts
  • benchmark:microbenchbun run benchmarks/optimization_microbench.ts
  • benchmark:optimizationbun run benchmarks/optimization_benchmark.ts
  • benchmark:qdrantbun run benchmarks/qdrant_comparison_benchmark.ts
  • benchmark:recallbun run benchmarks/baseline_recall.ts
  • benchmark:storagebun run benchmarks/storage.bench.ts
  • buildbun run build:js && bun run build:types
  • build:jsbun run ./scripts/build-dist.ts
  • build:typestsc --emitDeclarationOnly --declaration --outDir ./dist
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • prepublishOnlybun run build && bun run verify:dist
  • publish:drybunx npm publish --dry-run
  • releasesemantic-release
  • testbun test ./test
  • test:browservitest --config vitest.browser.config.ts run
  • test:browser:uivitest --config vitest.browser.config.ts --ui
  • test:browser:watchvitest --config vitest.browser.config.ts
  • verify:distbun run ./scripts/verify-dist.ts