PkgRadar

Package evidence

@smui/[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
115Mature · −50% score
First published
Aug 2019
Publisher
hperrin

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":["@smui/[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":["@smui/[email protected]"],"fail_on":"review"}'
Publisherhperrin
Artifact bytes72,150
Previous version9.0.0-beta.14
Published2026-05-20T15:50:10.867Z
SHA-256284a738f02554ce034e43702590c9f8cc9f649428e55f54f9bd64d0bf7e1f566

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

Scripts8
  • buildnpm run build:js && npm run build:svelte && npm run build:sass
  • build:jstsc -p . --outDir dist/ --rootDir src/
  • build:sasssass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules _style.scss bare.css
  • build:sveltecp src/*.svelte dist/
  • checknpx svelte-check --ignore dist
  • cleangit status --ignored -u --porcelain . | grep -v node_modules/ | grep -e '^!! ' | sed 's/^!! packages\/[a-z-]*\///g' | tr '\n' ' ' | xargs rm
  • prepublishnpm run build
  • testecho "Error: no test specified" && exit 1
Dependencies9
  • @smui/checkbox^9.0.0
  • @smui/common^9.0.0
  • @smui/icon-button^9.0.0
  • @smui/linear-progress^9.0.0
  • @smui/list^9.0.0
  • @smui/menu^9.0.0
  • @smui/ripple^9.0.0
  • @smui/select^9.0.0
  • @smui/touch-target^9.0.0