PkgRadar

Package evidence

@qqbrowser/[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.

Versions published
88
First published
Mar 2026
Publisher
qqbrowser.dev

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":["@qqbrowser/[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":["@qqbrowser/[email protected]"],"fail_on":"review"}'
Publisherqqbrowser.dev
Artifact bytes59,449
Previous version0.10.21
Published2026-05-27T02:02:56.113Z
SHA-25676e9f1f9cfa8a265d15462d5f7c2109b78d34444b5acab905876fc3313e4f50f

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
53Score
0.10.22Version
Status history (1 event)
  1. newavailable · risk review · score 53 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/installer.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/openai-proxy.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/qbotclaw-routes.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/server.jshigh encoded/escaped-token density12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/installer.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/openai-proxy.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/qbotclaw-routes.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/server.jshigh encoded/escaped-token density12
lowCredential file accesspackage/dist/config.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts6
  • buildnode scripts/inject-version.js && tsc && node scripts/obfuscate.js
  • debugnode debug.js
  • devts-node src/index.ts
  • prepacknpm run build
  • startnode dist/index.js
  • testecho "Error: no test specified" && exit 1
Dependencies1
  • @tencent/qb-auth-send-h5^2.5.0