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 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
Scripts16
buildnpm run cleanup && npm run tsccleanuprimraf --glob lib src/*.d.ts src/**/*.d.ts src/*.{js,jsx} src/**/*.{js,jsx} tests/**/*.d.ts tests/*.d.tslinteslint .lint:fixnpm run lint -- --fixpreparenpm run build && huskypretestnpm run lint && npm run prettier:checkprettier: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 publishrelease:majornpm run build && npm run commit-lib && npm version major -a -m "Update to %s" && npm run releaserelease:minornpm run build && npm run commit-lib && npm version minor -a -m "Update to %s" && npm run releaserelease:patchnpm run build && npm run commit-lib && npm version patch -a -m "Update to %s" && npm run releasetestnpm run vitesttest:watchnpm run vitesttsctscvitestvitest run --coverage
Dependencies4
lodash^4.17.23numeral^2.0.6sanitize-html^2.17.1tslib^2.8.1