PkgRadar

Package evidence

@xgjktech/[email protected]

Credential file access: matched ".npmrc"

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
22
First published
Mar 2026
Publisher
chengwei2026

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":["@xgjktech/[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":["@xgjktech/[email protected]"],"fail_on":"review"}'
Publisherchengwei2026
Artifact bytes93,157
Previous version1.11.8
Published2026-05-26T11:56:10.187Z
SHA-25677d7c48dc370d4fe10ba465ecd5470e04607aa31dc0fc97e51868edc95aa12e1

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/package.jsonmatched ".npmrc"3

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • install:prodnpm install --omit=dev
  • linttsc -p tsconfig.json --noEmit
  • prepublishOnlynpm run build
  • type-checktsc -p tsconfig.json --noEmit
Dependencies4
  • @sinclair/typebox^0.32.0
  • axios^1.6.0
  • ws^8.17.0
  • zod^3.22.0