PkgRadar

Package evidence

@jinhx128/[email protected]

Suspicious Publish Context: {"package_age_days":5,"publisher":"jinhx128","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
2
First published
Jun 2026
Publisher
jinhx128

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":["@jinhx128/[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":["@jinhx128/[email protected]"],"fail_on":"review"}'
Publisherjinhx128
Artifact bytes481,073
Previous version0.1.4
Published2026-06-16T08:12:10.586Z
SHA-256668238318880719f5a7f336efb17becad216991ca1eb1d1aa9bff43fda6ef943

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":5,"publisher":"jinhx128","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":5,"publisher":"jinhx128","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts20
  • agentmeshnpm run build && node dist-node/packages/cli/src/cli.js
  • buildnpm run build:node && npm run build:studio-frontend
  • build:nodenode -e "require('node:fs').rmSync('dist-node', { recursive: true, force: true })" && tsc -p tsconfig.json && node scripts/rewrite-package-imports.mjs && node -e "require('node:fs').chmodSync('dist-node/packages/cli/src/cli.js', 0o755)"
  • build:studio-frontendvite build --config apps/studio-web/vite.config.ts
  • build:workspacesnpm run build --workspaces --if-present
  • checknpm test
  • check:boundariesnode scripts/check-boundaries.mjs
  • cli:install-smokenpm run build && node --test --test-name-pattern "root CLI pack installs and runs in a clean project" dist-node/tests-node/package-structure.test.js
  • publish:githubbash scripts/publish-github-release.sh
  • publish:npmbash scripts/publish-npm.sh
  • release:assetsnode scripts/github-release.mjs --prepare-only
  • release:githubnode scripts/github-release.mjs
  • release:github:verifynode scripts/github-release.mjs --verify-only
  • studionpm run build && node dist-node/apps/studio/src/main.js
  • studio-desktopnpm run build && node dist-node/apps/studio-desktop/src/main.js
  • studio-desktop:package:devnpm run build && node dist-node/apps/studio-desktop/src/sidecar-bundle.js --verify && node dist-node/apps/studio-desktop/src/distribution-smoke.js --mode dev
  • studio-desktop:package:signednpm run build && node dist-node/apps/studio-desktop/src/sidecar-bundle.js --verify && node dist-node/apps/studio-desktop/src/distribution-smoke.js --mode signed
  • studio-desktop:sidecar:bundlenpm run build && node dist-node/apps/studio-desktop/src/sidecar-bundle.js --verify
  • studio-desktop:update:metadatanpm run build && node dist-node/apps/studio-desktop/src/sidecar-bundle.js --verify && node dist-node/apps/studio-desktop/src/distribution-smoke.js --mode metadata
  • testnpm run build && node --test dist-node/tests-node/*.test.js
Dependencies3
  • @modelcontextprotocol/sdk1.29.0
  • smol-toml^1.6.1
  • zod^4.4.3