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
- 1,286Niche · −30% score
- Versions published
- 77Mature · −50% score
- First published
- Nov 2024
- Publisher
- tparssinen
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
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
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":["@uh-design-system/[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":["@uh-design-system/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 2055103 bytes
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 review · score 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/hydrate/index.js | 2055103 bytes | 10 |
| medium | Large Javascript Payload | package/dist/hydrate/index.mjs | 2054843 bytes | 10 |
Manifest
Package metadata
Scripts24
buildrun-s styles.write-version stencil.build storybook.build styles.buildbuild:publishrun-s styles.write-version stencil.build styles.builddevelopcross-env SKIP_REACT_OUTPUT=y run-p styles.write-version stencil.build:watch storybook.deveslint.linteslint --ext .ts,.tsx,.js,.jsx ./srcicons.generatets-node ./scripts/generate-icons.tslintrun-p eslint.lint stylelint.lintprettier.checknpx prettier "{stencil.config.ts,{.storybook,scripts,src}/**/*.{scss,js,jsx,ts,tsx}}" --checkprettier.writenpx prettier "{stencil.config.ts,{.storybook,scripts,src}/**/*.{scss,js,jsx,ts,tsx}}" --writestencil.buildstencil buildstencil.build:servestencil build --watch --servestencil.build:watchstencil build --watchstencil.generatestencil generatestencil.teststencil test --specstencil.test:watchstencil test --spec --watchAllstorybook.buildstorybook buildstorybook.devstorybook dev -p 6006storybook.testtest-storybookstorybook.test:updaterm -rf __snapshots__ && storybook.test -- -ustylelint.lintstylelint ./src/**/*.scssstyles.buildrun-s styles.build:helpers styles.build:variablesstyles.build:helperssass src/styles/helpers.scss dist/styles/helpers.cssstyles.build:variablessass src/styles/variables.scss dist/styles/variables.cssstyles.write-versionts-node ./scripts/write-package-version-for-sass.tsversionnpm run build:publish