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
1,821Niche · −30% score
Versions published
73
First published
Feb 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes9,250
Previous version0.45.3
Published2026-06-15T17:31:49.684Z
SHA-2568ab74f47f2bb39b223f7820a81689bb8120ee0e583a005c9ea51e559bd7b7cd1

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.45.4Version
Status history (4 events)
  1. scan_erroravailable · risk low · score 0 · status scan_error -> available, risk none -> low, score none -> 0
  2. availablescan_error · risk none · score · NuGet [email protected] not found
  3. availableavailable · risk review · score 12 · status available -> available, risk low -> review, score 0 -> 12
  4. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • build:checkbun build src/cli.ts --compile --bytecode --outfile dist/.build-check && rm -f dist/.build-check dist/.build-check.exe
  • changelogconventional-changelog -p angular -i CHANGELOG.md -s -r 0
  • checkbun run src/cli.ts check
  • clibun run src/cli.ts
  • commitczg
  • docs:buildcd docs && bunx --bun astro build
  • docs:devcd docs && bunx --bun astro dev
  • docs:previewcd docs && bunx --bun astro preview
  • formatoxfmt --write .
  • format:checkoxfmt --check .
  • format:fileoxfmt --write
  • knipknip
  • lintoxlint --deny-warnings .
  • testbun test --timeout 60000
  • test:coveragebun test --timeout 60000 --coverage
  • test:watchbun test --watch --timeout 60000
  • typechecktsc --build
  • validatebun run lint && bun run typecheck && bun run format:check && bun run test && bun run check && bun run knip && bun run build:check
  • validate:coveragebun run lint && bun run typecheck && bun run format:check && bun run test:coverage && bun run check && bun run knip && bun run build:check