PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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
11
First published
Mar 2026
Publisher
manager-aijishu

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes5,489,335
Previous version0.5.22
Published2026-06-05T09:38:06.646Z
SHA-2565046bc2d910869ef5b686fa7b474a9a927730c2e8e53b46dd9e50a931e46e456

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

high
Last checked
highRisk
41Score
0.6.5Version
Status history (1 event)
  1. newavailable · risk high · score 41 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install/jishu-install.shmatched "curl "12
mediumRemote Payloadpackage/install/jishu-uninstall.shmatched "curl "12
mediumRemote Payloadpackage/node_modules/fastify/integration/test.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install/jishu-install.shmatched "curl "12
mediumRemote Payloadpackage/install/jishu-uninstall.shmatched "curl "12
mediumRemote Payloadpackage/node_modules/fastify/integration/test.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bash install/post-install.sh"5

Manifest

Package metadata

Scripts38
  • buildnpm install && npm run compile:backend
  • build:backendnpm install && npm run compile:backend
  • build:packnpm run build && npm pack
  • build:pack:clinpm run build:pack
  • build:pack:guinpm run build && node scripts/pack-with-gui.mjs
  • check:app-specnode scripts/check-app-spec.mjs
  • check:contractsnode --experimental-strip-types scripts/check-adapter-isolation.ts && node scripts/check-open-core-boundaries.mjs && node scripts/check-colima-launchd.mjs
  • check:i18necho 'i18n checks live in sibling repo ../jishushell-panel.'
  • check:new-file-testsnode scripts/check-new-file-tests.mjs
  • check:open-core-boundariesnode scripts/check-open-core-boundaries.mjs
  • check:quarantinenode scripts/check-quarantine-expiry.mjs
  • compilenpm run compile:backend
  • compile:backendtsc && node scripts/prune-open-core-dist.mjs
  • devtsc --watch
  • lintnpx biome check .
  • lint:fixnpx biome check --fix .
  • postinstallbash install/post-install.sh
  • preparegit config core.hooksPath .githooks 2>/dev/null || true
  • prepublishOnlynpm run build && chmod +x dist/cli.js
  • preuninstallbash install/post-uninstall.sh
  • release:packnpm run build && npm pack
  • release:pack:guinpm run build:pack:gui
  • startnode dist/cli.js serve
  • testvitest run
  • test:changedvitest run --changed
  • test:cinpm run check:contracts && npm run build:backend && vitest run --coverage
  • test:ci:backendvitest run --coverage --reporter=default --reporter=junit --outputFile.junit=test-results/backend-junit.xml
  • test:ci:frontendecho 'Frontend tests live in sibling repo ../jishushell-panel/frontend.'
  • test:ci:fullnpm run test:ci && vitest run --config vitest.e2e-real.config.ts
  • test:coveragevitest run --coverage
  • …and 8 more.
Dependencies10
  • @fastify/multipart^10.0.0
  • @fastify/static^8.1.0
  • @noble/hashes^2.0.1
  • bcryptjs^2.4.3
  • exifr^7.1.3
  • fastify^5.2.0
  • jishushell-panelfile:dependencies/jishushell-panel-0.6.5.tgz
  • jsonwebtoken^9.0.2
  • systeminformation^5.23.0
  • yaml^2.8.3
Optional dependencies1
  • macos-temperature-sensor^1.0.4