PkgRadar

Package evidence

@ukho/[email protected]

Large Javascript Payload: 7972326 bytes

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
1,050Mature · −50% score
First published
May 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed 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":["@ukho/[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":["@ukho/[email protected]"],"fail_on":"review"}'
Artifact bytes5,368,195
Previous version5.6.1--canary.497.29be200.0
Published2026-05-28T12:51:24.948Z
SHA-2564b282ee7e6079e810e53c13725034fce39d62e5378d60da9045ab68b992f9ce8

Why flagged

What the scanner saw

Large Javascript Payload: 7972326 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
12Score
5.6.1--canary.497.4b4776d.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

4 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cjs/admiralty-icon.cjs.entry.js7972326 bytes10
mediumLarge Javascript Payloadpackage/dist/esm/admiralty-icon.entry.js7972322 bytes10
mediumLarge Javascript Payloadpackage/dist/admiralty/p-7840dfc9.entry.js7642909 bytes10
mediumLarge Javascript Payloadpackage/dist/components/p-Dqovb5mf.js7643202 bytes10

Manifest

Package metadata

Scripts15
  • buildpnpm run build.css && stencil build
  • build-storybookstorybook build
  • build.csspnpm run css.sass && pnpm run css.minify
  • css.minifycleancss -O2 -o styles/admiralty.bundle.css styles/admiralty.bundle.css
  • css.sasssass --embed-sources src/styles/css:./styles
  • generatestencil generate
  • startstencil build --dev --watch --serve --no-open
  • storypnpm start & pnpm storybook
  • storybookconcurrently "stencil build --watch" "storybook dev --no-open -p 6006"
  • storybook-devconcurrently "stencil build --debug --dev --watch" "npx storybook dev --no-open -p 6006"
  • storybook-nbnpx storybook dev -p 6006
  • teststencil test --spec --e2e
  • test:e2estencil test --e2e
  • test:specstencil test --spec
  • test:watchstencil test --spec --e2e --watchAll