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
- 58Mature · −50% score
- First published
- Apr 2024
- Publisher
- bhsd
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
Scripts15
buildrm -rf dist/; npm run build:core && node build.js && gsed -i '/^\/\/ /d' dist/main.js && eslint --no-config-lookup -c eslint.dist.mjs dist/*.min.jsbuild:coretsc && rm dist/all.d.tsbuild:gh-pagetsc --project gh-page/tsconfig.jsonbuild:testrm -rf test/dist/; tsc --project test/tsconfig.json && npm testlintnpm run lint:ts && npm run lint:css && npm run lint:mdlint:cssstylelint --cache gh-page/*.csslint:mdmarkdownlint-cli2 '**/*.md'lint:tstsc --noEmit && tsc --project gh-page/tsconfig.json --noEmit && tsc --project test/tsconfig.json --noEmit && tsc --project bundle/tsconfig.json && eslint --cache .lsnpm i --package-lock-only && npm ls --package-lock-only --all --omit=devprepublishOnlynpm run buildservernpm run test:end; http-server .. -c-1 --cors -s &testmochatest:endpkill -x http-servertest:realnode test/dist/test/real.jstest:regexnode test/dist/test/optimizer.js
Dependencies3
@bhsd/browser^0.4.0@bhsd/cm-util^2.1.0@bhsd/codemirror-mediawiki^3.19.0