PkgRadar

Package evidence

@xingchuan-qxc/[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 3 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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
1
First published
Jun 2026
Publisher
xingchuan.qxc

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":["@xingchuan-qxc/[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":["@xingchuan-qxc/[email protected]"],"fail_on":"review"}'
Publisherxingchuan.qxc
Artifact bytes393,774
Previous versionnone
Published2026-06-10T07:46:09.231Z
SHA-2569ac5cf42efeaa3ae7624a108ffbddc9dbcab13edc600de95a1b5bb2d065b2673

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 3 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 3 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15

Manifest

Package metadata

Scripts11
  • buildexport FMCLI_VERSION=${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)} && bun run build:darwin-arm64 && bun run build:darwin-x64 && bun run build:win-x64 && bun run build:win-x64-baseline
  • build:darwin-arm64bun build --define __FMCLI_VERSION__='"'${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)}'"' --compile --target=bun-darwin-arm64 src/cli.ts --outfile dist/fmcli-arm64 && bun run clean:build-cache
  • build:darwin-x64bun build --define __FMCLI_VERSION__='"'${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)}'"' --compile --target=bun-darwin-x64 src/cli.ts --outfile dist/fmcli-x64 && bun run clean:build-cache
  • build:nodemkdir -p dist/bin && bun build --define __FMCLI_VERSION__='"'${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)}'"' --target=node --minify --outfile dist/bin/fmcli.tmp src/cli.ts && { echo '#!/usr/bin/env node'; tail -n +3 dist/bin/fmcli.tmp; } > dist/bin/fmcli && rm dist/bin/fmcli.tmp && chmod +x dist/bin/fmcli && cp scripts/fmcli.cmd dist/bin/fmcli.cmd && bun run clean:build-cache
  • build:win-x64bun build --define __FMCLI_VERSION__='"'${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)}'"' --compile --target=bun-windows-x64 src/cli.ts --outfile dist/fmcli-win-x64.exe && bun run clean:build-cache
  • build:win-x64-baselinebun build --define __FMCLI_VERSION__='"'${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)}'"' --compile --target=bun-windows-x64-baseline src/cli.ts --outfile dist/fmcli-win-x64-baseline.exe && bun run clean:build-cache
  • clean:build-cachefind . -maxdepth 1 -name '.*.bun-build' -delete
  • releaseexport FMCLI_VERSION=${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)} && bun run build && cd dist && zip -j fmcli-release-$(date +%m%d).zip fmcli-arm64 fmcli-x64 fmcli-win-x64.exe fmcli-win-x64-baseline.exe && ls -lh fmcli-release-$(date +%m%d).zip
  • release:nodeexport FMCLI_VERSION=${FMCLI_VERSION:-$(date +%Y%m%d%H%M%S)} && bun run build:node && cd dist && zip -j fmcli-node-$(date +%m%d).zip bin/fmcli bin/fmcli.cmd && ls -lh fmcli-node-$(date +%m%d).zip
  • release:npmFMCLI_VERSION=$(node -p "require('./package.json').version") bun run build:node && npm publish --access public
  • release:publishbun scripts/publish-release.ts --config /Users/Shared/ossutilconfig_ai_guide_book --bucket starchain-astrolabe-prod --region cn-shanghai
Dependencies3
  • adm-zip^0.5.17
  • commander^14.0.3
  • mysql2^3.22.3