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
- 177
- Versions published
- 8
- First published
- May 2026
- Publisher
- vancura
Recommended action
Looks clean — keep monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts34
benchvitest benchbench:jsonvitest bench --outputJson benchmark-results.jsonbuildvite buildbuild:check-declarationsnode scripts/check-declaration-tooling.mjscleanrm -rf dist node_modules/.viteconvert-fontnode scripts/convert-bmfont.mjsdocs:linksnode scripts/check-markdown-links.mjsformatbiome format --write . && prettier --write "**/*.{md,mdx,mdc,yml,yaml}"format:biomebiome format --write .format:checkbiome check . && prettier --check "**/*.{md,mdx,mdc,yml,yaml}"format:prettierprettier --write "**/*.{md,mdx,mdc,yml,yaml}"knipknipknip:fixknip --fixlinteslint .lint:fixeslint . --fixpreflightpnpm run format:check && pnpm run lint && pnpm run typecheck && pnpm run spellcheck && pnpm run knip && pnpm run docs:links && pnpm run test:unit && pnpm run test:declarationsreleasepnpm run build && pnpm publishsecurity:auditpnpm audit --audit-level=moderatesecurity:audit:fixpnpm audit --fixsecurity:audit:prodpnpm audit --prod --audit-level=moderatesecurity:mcp-preflightnode scripts/security/mcp-preflight.mjsspellcheckcspell "src/**/*.{ts,md,mdx}" "docs/**/*.{md,mdx}" "README.md" --no-progresssystem-font:convertnode scripts/convert-system-font.mjssystem-font:exportnode scripts/export-system-font.mjstestvitest runtest:declarationsnode --test scripts/check-declaration-tooling.test.mjstest:security-preflightnode --test scripts/security/mcp-preflight.test.mjstest:unitvitest runtest:unit:coveragevitest run --coveragetest:unit:watchvitest watch- …and 4 more.