PkgRadar

Package evidence

@retailcrm/[email protected]

Install-time lifecycle script: postinstall="node ./bin/postinstall.mjs"

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
3,069Niche · −30% score
Versions published
134Mature · −50% score
First published
Nov 2024
Publisher
retailcrm

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 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":["@retailcrm/[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":["@retailcrm/[email protected]"],"fail_on":"review"}'
Publisherretailcrm
Artifact bytes458,427
Previous version0.9.26
Published2026-06-04T12:29:27.989Z
SHA-256b16f8d0da544f0d6540489c1a239927f44678fbbe8739504f439d0e01380871d

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./bin/postinstall.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.9.27Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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.jsonpostinstall="node ./bin/postinstall.mjs"5

Manifest

Package metadata

Scripts9
  • buildyarn build:host && yarn build:remote
  • build:hostvite build -c ./vite.config.host.ts
  • build:remotevite build -c ./vite.config.remote.ts && sh -c 'cp dist/remote/* dist/ && rm -rf dist/remote'
  • postinstallnode ./bin/postinstall.mjs
  • storybook:buildstorybook build -c storybook -o ./storybook/dist
  • storybook:servestorybook dev -c storybook -p 6006 --no-open
  • storybook:shottsx ./storybook/scripts/shot.ts
  • test:e2eyarn exec vitest --run --config ./vitest.config.playwright.ts
  • test:playwrightyarn exec vitest --run --config ./vitest.config.playwright.ts
Dependencies6
  • @omnicajs/vue-remote^0.2.24
  • @remote-ui/rpc^1.4.7
  • @retailcrm/image-preview^1.0.2
  • date-fns^4.1.0
  • fast-deep-equal^3.1.3
  • vue3-perfect-scrollbar^2.0.0