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
- 2
- First published
- Jun 2026
- Publisher
- xingchuan.qxc
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 15 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Manifest Codeless Dependency Stub | package.json | package ships no JS/TS source but declares 3 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape | 15 |
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-baselinebuild: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-cachebuild: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-cachebuild: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-cachebuild: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-cachebuild: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-cacheclean:build-cachefind . -maxdepth 1 -name '.*.bun-build' -deletereleaseexport 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).ziprelease: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).ziprelease:npmFMCLI_VERSION=$(node -p "require('./package.json').version") bun run build:node && npm publish --access publicrelease:publishbun scripts/publish-release.ts --config /Users/Shared/ossutilconfig_ai_guide_book --bucket starchain-astrolabe-prod --region cn-shanghai
Dependencies3
adm-zip^0.5.17commander^14.0.3mysql2^3.22.3