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

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"}'
Artifact bytes1,651,589
Previous version0.5.15
Published2026-05-22T09:14:04.956Z
SHA-256f172e621690805f7be47f01383f2ad3c23f9fa1b2ecba0fcdfb0d4ad27614af2

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

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

Evidence

Static findings

3 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
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install/jishu-install.shmatched "curl "12
mediumRemote Payloadpackage/install/jishu-uninstall.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bash install/post-install.sh"5

Manifest

Package metadata

Scripts33
  • buildnpm install && tsc && cd frontend && npm install && npm run build
  • build:backendnpm install && tsc
  • build:frontendcd frontend && npm install && npm run build
  • build:packnpm run build && npm pack
  • check:app-specnode scripts/check-app-spec.mjs
  • check:contractsnode --experimental-strip-types scripts/check-adapter-isolation.ts && node scripts/check-colima-launchd.mjs
  • check:i18nnode scripts/check-i18n.mjs
  • check:new-file-testsnode scripts/check-new-file-tests.mjs
  • check:quarantinenode scripts/check-quarantine-expiry.mjs
  • compilenpm run compile:backend && npm --prefix frontend run build
  • compile:backendtsc
  • 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
  • startnode dist/cli.js serve
  • testvitest run
  • test:changedvitest run --changed
  • test:cinpm run check:contracts && npm run build:backend && vitest run --coverage && cd frontend && npm install && npm run test
  • test:ci:backendvitest run --coverage --reporter=default --reporter=junit --outputFile.junit=test-results/backend-junit.xml
  • test:ci:frontendnpm --prefix frontend run test -- --reporter=default --reporter=junit --outputFile.junit=test-results/frontend-junit.xml
  • test:ci:fullnpm run test:ci && vitest run --config vitest.e2e-real.config.ts
  • test:coveragevitest run --coverage
  • test:e2e:realnpm run build:backend && vitest run --config vitest.e2e-real.config.ts
  • test:e2e:real:verbosenpm run build:backend && vitest run --config vitest.e2e-real.config.ts --reporter=verbose
  • test:integrationvitest run tests/integration
  • test:mutationstryker run
  • …and 3 more.
Dependencies9
  • @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
  • jsonwebtoken^9.0.2
  • systeminformation^5.23.0
  • yaml^2.8.3
Optional dependencies1
  • macos-temperature-sensor^1.0.4