PkgRadar

Package evidence

@govbr-ds/[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.

Versions published
30Mature · −50% score
First published
Apr 2024
Publisher
govbrds

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":["@govbr-ds/[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":["@govbr-ds/[email protected]"],"fail_on":"review"}'
Publishergovbrds
Artifact bytes77,664
Previous version4.0.0-next.29
Published2026-06-17T20:00:47.435Z
SHA-2562948efcd45ee3f2ec0703bc15781e1b2bb4a90bd861b859002b934923378c556

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
4.0.0-next.30Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • buildrun-s clear compile postcss minify test
  • clearrimraf ./dist
  • compilerun-p compile:*
  • compile:stylessass src/styles/utilities.scss:dist/utilities.css --no-source-map
  • compile:styles-litesass src/styles/utilities-lite.scss:dist/utilities-lite.css --no-source-map
  • lint:stylesstylelint src/**/*.scss --fix
  • minifyrun-p minify:*
  • minify:stylespostcss dist/utilities.css -o dist/utilities.min.css --env=minify
  • minify:styles-litepostcss dist/utilities-lite.css -o dist/utilities-lite.min.css --env=minify
  • postcssrun-p postcss:*
  • postcss:corepostcss dist/utilities.css -o dist/utilities.css
  • postcss:core-litepostcss dist/utilities-lite.css -o dist/utilities-lite.css
  • servebrowser-sync start --server . --startPath examples/utilities.html --files 'dist/*.css' --port 3000
  • startrun-p watch:styles
  • testrun-s test:smoke test:unit test:integration
  • test:cirun-s build test:coverage
  • test:coveragejest --coverage
  • test:integrationjest --testPathPatterns=integration --silent
  • test:jestjest
  • test:smokejest --testPathPatterns=smoke --silent
  • test:unitjest --testPathPatterns=unit --passWithNoTests --silent
  • test:watchjest --watch
  • watch:stylessass src:dist --watch