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
- 65
- Versions published
- 31Mature · −50% score
- First published
- May 2025
- 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
Scripts11
buildnpm run bundle && npm run minifybundlenode build.jscleanfind test/tests/ -type f -name '*.mjs' | xargs gsed -i "s|'../../../testUtils/mergeTestDescriptions.mjs'|'../mergeTestDescriptions.mjs'| ; s|'../testUtils/replaceBackslashes.mjs'|'../replaceBackslashes.mjs'| ; s|'../../../__tests__/fixtures/postcss-naive-css-in-js.cjs'|'../postcss-naive-css-in-js.mjs'| ; s|'postcss'|'../postcss.mjs'| ; s|'postcss-import'|'../postcss-import.mjs'| ; s|'../../../postcssPlugin.mjs'|'../postcssPlugin.mjs'| ; s|} = rule;|} = {...rule, ruleName: filename(import.meta.url)};| ; s| Did you mean .*|',|g ; s|codeFilename: .*||g ; s|expect(result.report).toBe('');||g ; /^import stylelint from /d"; eslint --fix test/tests/*.mjscoveragec8 mocha --no-experimental-require-module --require bundle/coverage.min.js && node test/coverage.mjslintnpm run lint:ts && npm run lint:mdlint:bundleeslint --no-ignore --no-config-lookup --rule 'no-unused-vars: [2, {args: "none"}]' build/stylelint.jslint:mdmarkdownlint-cli2 '**/*.md'lint:tstsc && eslint --cache . && eslint --no-ignore --no-config-lookup -c eslint.build.mjs --report-unused-disable-directives-severity 0 build/stylelint*.jslsnpm i --package-lock-only && npm ls --package-lock-only --all --omit=devminifyesbuild index.ts --charset=utf8 --bundle --minify --target=es2019 --outfile=bundle/stylelint.min.js && mv bundle/standalone.min.js.LEGAL.txt bundle/stylelint.min.js.LEGAL.txt && esbuild index-coverage.ts --charset=utf8 --bundle --minify --sourcemap --target=es2019 --outfile=bundle/coverage.min.jstestmocha --no-experimental-require-module --require bundle/stylelint.min.js