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
113Mature · −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 bytes35,500
Previous version9.0.0-beta.14
Published2026-05-20T15:50:09.593Z
SHA-256725b3cfa4b69420b35102ee9cec4f6ba9e5cfa8ed8905a573b7e3f94494e425f

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
Dependencies4
  • @smui/common^9.0.0
  • @smui/tab^9.0.0
  • @smui/tab-indicator^9.0.0
  • @smui/tab-scroller^9.0.0