PkgRadar

Package evidence

@useinsider/[email protected]

Install-time lifecycle script: preinstall="rm -rf ./node_modules/.vite"

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,955Niche · −30% score
Versions published
1,271Established · −30% score
First published
Jul 2025
Publisher
useinsider-dev

Effective trust discount applied: 30% (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":["@useinsider/[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":["@useinsider/[email protected]"],"fail_on":"review"}'
Artifact bytes870,481
Previous version3.7.1
Published2026-06-11T07:23:45.526Z
SHA-256c4b0945d3d18e180f09151f5bc8cab7c402f7faaffa90121431f37ab6ac617d1

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="rm -rf ./node_modules/.vite"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.7.2-beta.0bf502cVersion
Status history (1 event)
  1. newavailable · risk review · score 3 · 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="rm -rf ./node_modules/.vite"5

Manifest

Package metadata

Scripts14
  • buildvite build && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.app.json
  • coverage:e2e:reportnyc report --reporter=lcov --reporter=text-summary --report-dir=coverage/e2e
  • lintNODE_OPTIONS=--max-old-space-size=2048 eslint ./ && bun run type-check
  • lint:fixNODE_OPTIONS=--max-old-space-size=2048 eslint --fix ./
  • preinstallrm -rf ./node_modules/.vite
  • preparehusky
  • prestartnode .vscode/prepareI18n.js
  • previewvite preview
  • startvite
  • testvitest run --coverage
  • test:e2e:coverageE2E_COVERAGE=true playwright test
  • test:visual-updatenpx playwright test --update-snapshots --reporter html
  • test:watchvitest
  • type-checkvue-tsc --noEmit --project tsconfig.config.json && vue-tsc --noEmit --project tsconfig.app.json
Dependencies8
  • @stripoinc/ui-editor-extensions3.8.0
  • @useinsider/design-system-vue1.1.0-beta.73ec2fa
  • @vueuse/core11.3.0
  • lodash-es4.17.21
  • pinia2.3.1
  • valibot1.2.0
  • vite6.3.5
  • vue2.7.14