PkgRadar

Package evidence

@bhsd/[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
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 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":["@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"}'
Publisherbhsd
Artifact bytes217,916
Previous version17.11.1
Published2026-05-20T14:20:01.538Z
SHA-256f7fb43434c0e172f60de1b57cacc5f0626464f16f07634087377b0fb2e2764e5

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

Scripts11
  • buildnpm run bundle && npm run minify
  • bundlenode build.js
  • cleanfind 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/*.mjs
  • coveragec8 mocha --no-experimental-require-module --require bundle/coverage.min.js && node test/coverage.mjs
  • lintnpm run lint:ts && npm run lint:md
  • lint:bundleeslint --no-ignore --no-config-lookup --rule 'no-unused-vars: [2, {args: "none"}]' build/stylelint.js
  • lint: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*.js
  • lsnpm i --package-lock-only && npm ls --package-lock-only --all --omit=dev
  • minifyesbuild 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.js
  • testmocha --no-experimental-require-module --require bundle/stylelint.min.js