PkgRadar

Package evidence

@alisharjeel/[email protected]

Install-time lifecycle script: postinstall="node scripts/welcome.js"

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
7
First published
May 2026
Publisher
alisharjeel

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":["@alisharjeel/[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":["@alisharjeel/[email protected]"],"fail_on":"review"}'
Publisheralisharjeel
Artifact bytes12,538,014
Previous version0.1.7
Published2026-05-24T22:47:39.724Z
SHA-2560c2c7edb6a1db2fc4e5d63c44d4a1caed7e29b8a83163769fdeae88863254985

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/welcome.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.8Version
Status history (3 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 62 -> 5
  2. availableavailable · risk high · score 62 · status available -> available, risk high -> high, score 157 -> 62
  3. newavailable · risk high · score 157 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

alisharjeel

2 members · evidence strength 64
Repeated static TTPstale

Install-time lifecycle script — postinstall="node scripts/welcome.js"

2 members · evidence strength 70
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node scripts/welcome.js"

2 members · evidence strength 70

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 scripts/welcome.js"5

Manifest

Package metadata

Scripts17
  • buildtsc --noEmit && electron-vite build
  • build:clinode scripts/build-cli.mjs
  • develectron-vite dev
  • distelectron-builder
  • dist:winelectron-builder --win --dir
  • postinstallnode scripts/welcome.js
  • preparenpm run build && npm run build:cli
  • startelectron-vite preview
  • testvitest run
  • test:injected-jsnode scripts/test-injected-js.mjs
  • test:qa:assert-roboformnode scripts/assert-roboform-result.mjs qa-runs/regression/roboform/result.json
  • test:qa:ecommercenode scripts/run-cli-smoke-regression.mjs ecommerce-add-to-cart
  • test:qa:local-formnode scripts/run-cli-smoke-regression.mjs local-form
  • test:qa:roboformnode scripts/run-roboform-regression.mjs
  • test:qa:saucedemonode scripts/run-cli-smoke-regression.mjs saucedemo-login-negative
  • typechecktsc --noEmit
  • typecheck:clitsc --noEmit -p tsconfig.cli.json
Dependencies5
  • lucide-react^0.468.0
  • react^18.3.1
  • react-dom^18.3.1
  • react-markdown^10.1.0
  • remark-gfm^4.0.1