PkgRadar

Package evidence

@npm_xiyuan/[email protected]

no findings

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
npm_xiyuan

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@npm_xiyuan/[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":["@npm_xiyuan/[email protected]"],"fail_on":"review"}'
Publishernpm_xiyuan
Artifact bytes66,283
Previous version2.0.0
Published2026-06-08T07:58:15.685Z
SHA-2560149f994c642b4c0bb541322900e4b4f00be4d95fc3f63e0f841da14e489aeaf

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildtsc && npm run copy-sql
  • copy-sqlmkdir -p dist/db && cp src/db/*.sql dist/db/
  • devtsx src/server.ts
  • insert-testnpx tsx src/insert-test-data.ts
  • prepublishOnlynpm run build
  • seedtsx src/scripts/seed-initial-data.ts
  • startnode dist/server.js
  • testnode dist/test-tools.js
Dependencies6
  • @modelcontextprotocol/sdk^1.29.0
  • axios^1.17.0
  • better-sqlite3^12.10.0
  • dotenv^17.4.2
  • node-cron^4.2.1
  • pg^8.21.0