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
8,026Niche · −30% score
Versions published
60Mature · −50% score
First published
Oct 2017
Publisher
mraible

Effective trust discount applied: 50% (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"}'
Publishermraible
Artifact bytes65,329
Previous version0.25.3
Published2026-03-11T03:41:48.421Z
SHA-2560ec966e192efd0a8ce0905727d6cd67d5646965b156994ab43b4ee96e019e543

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

Scripts16
  • buildnpm run cleanup && npm run tsc
  • cleanuprimraf --glob lib src/*.d.ts src/**/*.d.ts src/*.{js,jsx} src/**/*.{js,jsx} tests/**/*.d.ts tests/*.d.ts
  • linteslint .
  • lint:fixnpm run lint -- --fix
  • preparenpm run build && husky
  • pretestnpm run lint && npm run prettier:check
  • prettier:checkprettier --check "*.ts" package.json "{src,test}/**/*.{ts,tsx}"
  • prettier:formatprettier --write "*.ts" package.json "{src,test}/**/*.{ts,tsx}"
  • releasenpm test && git push && git push --tags && npm publish
  • release:majornpm run build && npm run commit-lib && npm version major -a -m "Update to %s" && npm run release
  • release:minornpm run build && npm run commit-lib && npm version minor -a -m "Update to %s" && npm run release
  • release:patchnpm run build && npm run commit-lib && npm version patch -a -m "Update to %s" && npm run release
  • testnpm run vitest
  • test:watchnpm run vitest
  • tsctsc
  • vitestvitest run --coverage
Dependencies4
  • lodash^4.17.23
  • numeral^2.0.6
  • sanitize-html^2.17.1
  • tslib^2.8.1