PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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
18
First published
Jan 2026
Publisher
solace

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishersolace
Artifact bytes2,677,944
Previous version18.0.16
Published2026-05-11T15:50:05.521Z
SHA-256981cbc60a72eac9a20c1ee5524137e7f15aa94d1dcbb5f3c63e1a3a93b559363

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
18.0.17Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5

Manifest

Package metadata

Scripts15
  • buildtsup
  • build:devtsup --watch --no-dts --env.NODE_ENV development
  • coverage:mergelcov-result-merger 'coverage/lcov*.info' 'coverage/lcov-final.info'
  • dev:linkpnpm link -g && cd storybook && pnpm link -g @SolaceDev/maas-react-components
  • install:devpnpm install && cd storybook/ && pnpm install
  • lint-storybook:fixeslint ./storybook/src/stories --fix
  • lint:fixeslint ./src --fix
  • preinstallnpx only-allow pnpm
  • prettier:fixprettier --write .
  • start./scripts/start.sh
  • testpnpm --filter storybook run test
  • test:buildrun-s build
  • test:linteslint .
  • test:watchpnpm --filter storybook run dev
  • typestsc
Dependencies7
  • @SolaceDev/maas-icons^0.2.186
  • @emotion/react11.13.5
  • @emotion/styled11.13.5
  • @mui/base^5.0.0-beta.70
  • @mui/icons-material^6.1.9
  • @mui/material^6.1.9
  • ajv^8.12.0