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
- 163
- Versions published
- 233Mature · −50% score
- First published
- May 2023
- 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":["@bhsd/[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":["@bhsd/[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
Scripts22
buildnpm run build:css && rm -rf dist/ && npm run build:demo && npm run build:core && npm run build:wiki && npm run build:mw && gsed -i '/^\/\/ /d' dist/*.js && eslint --no-config-lookup -c eslint.dist.mjs dist/*.min.jsbuild:corenode build.cjs && tsc && esbuild src/config.ts src/javascript-globals.ts --bundle --format=esm --external:@lezer/highlight --outdir=dist --legal-comments=inline && rm dist/*-page.{js,d.ts} && gsed -i 's|globals/globals.json|globals|' dist/javascript-globals.d.ts && grep -rl --include='*.d.ts' '@private' dist/ | xargs gsed -i -E '/^\s+\/\*\* @private/,+1d'build:cssesbuild ./css/index.css --bundle --minify --outfile=mediawiki.css --supported:nesting=falsebuild:demoesbuild ./bundle/*.ts --charset=utf8 --bundle --format=esm --outdir=build --drop-labels=GH && esbuild ./bundle/mediawiki.ts --charset=utf8 --bundle --minify --target=es2019 --format=esm --outfile=dist/demo.min.jsbuild:gh-pageesbuild src/*-page.ts --charset=utf8 --bundle --target=es2019 --format=esm --outdir=. --external:/codemirror-mediawiki/dist/main.min.js --external:/codemirror-mediawiki/dist/demo.min.js --external:/wikiparser-node/extensions/dist/test-page-common.jsbuild:mwMODE=mw node build.cjs && esbuild ./mw/config.ts --charset=utf8 --bundle --target=es2019 --format=esm --outfile=dist/mwConfig.js --external:@bhsd/browser --external:@bhsd/cm-utilbuild:testrm -rf test/dist/; tsc --project test/tsconfig.json && npm testbuild:wikiMODE=wiki node build.cjscheckoutgit checkout wikitext wikitext.html wikitext-page.js wikitext-page.cssdiffbash diff.shlintnpm run lint:ts && npm run lint:css && npm run lint:mdlint:cssstylelint --cache '**/*.css'lint:mdmarkdownlint-cli2 '**/*.md'lint:tstsc --noEmit && tsc --project mw/tsconfig.json --noEmit && tsc --project test/tsconfig.json --noEmit && tsc --project bundle/tsconfig.json --noEmit && eslint --cache .lsnpm i --package-lock-only && npm ls --package-lock-only --all --include=peer --omit=devprepublishOnlynpm run buildprofnode test/dist/prof.jsservernpm run test:end; http-server .. -c-1 --cors -s &testmocha test/dist/*.test.js && mocha test/dist/test.jstest:endpkill -x http-servertest:mathmocha test/dist/math.jstest:realnode test/dist/real.js
Dependencies9
@bhsd/browser^0.4.0@bhsd/cm-util^2.1.0@bhsd/codemirror-css-color-picker^7.2.0@bhsd/common^2.2.1@bhsd/lezer-abusefilter^0.4.0@bhsd/lezer-json^2.1.0@bhsd/stylelint-util^1.1.0cm6-theme-nord^0.2.0wikiparser-node^1.43.0