PkgRadar

Package evidence

@q-code-cli/[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
9
First published
May 2026
Publisher
brycewww

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":["@q-code-cli/[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":["@q-code-cli/[email protected]"],"fail_on":"review"}'
Publisherbrycewww
Artifact bytes156,583
Previous version1.1.4
Published2026-05-25T10:01:15.237Z
SHA-256fd45f3ec3da181154ddbfa39fe7d0bf51cacc428bfa9894de4a362542d478f65

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\u89E3"3

Manifest

Package metadata

Scripts20
  • buildnode scripts/build.mjs
  • continuetsx src/index.ts --continue
  • precommitpnpm typecheck && pnpm test:unit
  • prepacknpm run build
  • preparesimple-git-hooks || true
  • prepublishOnlynpm run typecheck && npm test
  • starttsx src/index.ts
  • testvitest run
  • test:agentstsx src/scripts/test-agents.ts && tsx src/scripts/test-async-agents.ts
  • test:allpnpm test && pnpm test:legacy
  • test:coveragevitest run --coverage
  • test:infra-candidatetsx src/scripts/test-infra-candidate.ts
  • test:integrationvitest run tests/integration
  • test:legacytsx src/scripts/test-mcp.ts && tsx src/scripts/test-skills.ts && tsx src/scripts/test-agents.ts && tsx src/scripts/test-async-agents.ts && tsx src/scripts/test-teams.ts
  • test:mcptsx src/scripts/test-mcp.ts
  • test:skillstsx src/scripts/test-skills.ts
  • test:teamstsx src/scripts/test-teams.ts
  • test:unitvitest run tests/unit
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies12
  • @ai-sdk/openai^3.0.58
  • @modelcontextprotocol/sdk^1.29.0
  • @types/turndown^5.0.6
  • ai^6.0.174
  • dotenv^17.4.2
  • fast-glob^3.3.3
  • ignore^7.0.5
  • ink5
  • marked^15.0.12
  • react18
  • turndown^7.2.4
  • yaml^2.9.0