PkgRadar

Package evidence

@qwen-code/[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

Weekly downloads
2,862Niche · −30% score
Versions published
17Established · −30% score
First published
Dec 2025
Publisher
yiliang114

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@qwen-code/[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":["@qwen-code/[email protected]"],"fail_on":"review"}'
Publisheryiliang114
Artifact bytes17,042,685
Previous version0.1.8-preview.0
Published2026-05-26T09:43:11.956Z
SHA-256bbc88fc73d05f6fcfed0147ef65c0a82c82f6d95c0420c9dc21ba0b60d849ad2

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

review
Last checked
reviewRisk
41Score
0.1.8-preview.1Version
Status history (1 event)
  1. newavailable · risk review · score 41 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli/chunks/chunk-K5PGHDBN.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli/chunks/web-fetch-V4TWMRQD.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/cli/chunks/chunk-TM2PKATV.js4381997 bytes10
mediumLarge Javascript Payloadpackage/dist/cli/chunks/chunk-Z7LI2OXZ.js3394222 bytes10
mediumLarge Javascript Payloadpackage/dist/cli/cli.js6075627 bytes10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli/chunks/chunk-K5PGHDBN.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli/chunks/web-fetch-V4TWMRQD.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/cli/chunks/chunk-TM2PKATV.js4381997 bytes10
mediumLarge Javascript Payloadpackage/dist/cli/chunks/chunk-Z7LI2OXZ.js3394222 bytes10
mediumLarge Javascript Payloadpackage/dist/cli/cli.js6075627 bytes10
lowCredential file accesspackage/dist/cli/chunks/chunk-T4VD6OJ4.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts12
  • buildnode scripts/build.js
  • bundle:clinode scripts/bundle-cli.js
  • cleanrm -rf dist
  • linteslint src test
  • lint:fixeslint src test --fix
  • prepacknpm run build && npm run bundle:cli
  • prepublishOnlynpm run clean && npm run build && npm run bundle:cli
  • testvitest run
  • test:civitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.25.1
  • zod^3.25.0