PkgRadar

Package evidence

@qqbrowser/[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
93
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 bytes60,317
Previous version0.10.26
Published2026-06-11T08:01:44.991Z
SHA-256de85cdcc734511b4e88d533ae110502323b844a3f789801b510b693af129c3a5

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

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

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