PkgRadar

Package evidence

@shbernal/[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
2
First published
Jun 2026
Publisher
shbernal

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":["@shbernal/[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":["@shbernal/[email protected]"],"fail_on":"review"}'
Publishershbernal
Artifact bytes910,568
Previous versionnone
Published2026-06-07T11:51:19.695Z
SHA-2566e9338c9f134cd47bb1514b807dfca44a84e6757592812148ae90daf65fdf360

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

Scripts29
  • buildtsdown
  • check-validatornode tools/ooxml-validator/check-updates.js
  • formatprettier package.json pnpm-workspace.yaml tsconfig*.json eslint.config.mjs tsdown.config.ts "scripts/**/*.mjs" "test/**/*.mjs" "test/**/*.js" ".github/**/*.yml" --write
  • format:checkprettier package.json pnpm-workspace.yaml tsconfig*.json eslint.config.mjs tsdown.config.ts "scripts/**/*.mjs" "test/**/*.mjs" "test/**/*.js" ".github/**/*.yml" --check
  • linteslint . --no-warn-ignored
  • lint:fixpnpm run lint -- --fix
  • pack:checkpnpm pack --dry-run --json
  • package:lintnode scripts/package-lint.mjs
  • prepackpnpm run build
  • startpnpm run watch
  • strict:checktsc -p tsconfig.strict.json --noEmit
  • strict:null:checktsc -p tsconfig.strict-null.json --noEmit
  • testpnpm run build && vitest run test/regression.test.mjs && vitest run test/schema-validation.test.mjs
  • test:coveragepnpm run build && vitest run --coverage test/regression.test.mjs
  • test:demo:nodenode scripts/demo-smoke.mjs node
  • test:demo:vitenode scripts/demo-smoke.mjs vite
  • test:demosnode scripts/demo-smoke.mjs
  • test:packagenode scripts/package-smoke.mjs
  • test:schemapnpm run build && vitest run test/schema-validation.test.mjs
  • test:toolsvitest run test/upstream-signals-ledger.test.mjs
  • test:unitpnpm run build && vitest run test/regression.test.mjs
  • test:watchpnpm run build && vitest --watch test/regression.test.mjs
  • typechecktsc -p tsconfig.json --noEmit
  • upstream:signalsnode scripts/upstream-signals-ledger.mjs
  • upstream:signals:checknode scripts/upstream-signals-check.mjs
  • upstream:signals:check:jsonnode scripts/upstream-signals-check.mjs --json
  • upstream:signals:listnode scripts/upstream-signals-ledger.mjs list
  • upstream:signals:validatenode scripts/upstream-signals-ledger.mjs validate
  • watchtsdown --watch
Dependencies1
  • jszip^3.10.1