PkgRadar

Package evidence

[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
193
First published
Jan 2026
Publisher
cyue

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishercyue
Artifact bytes7,196,057
Previous version1.25.18
Published2026-05-28T12:04:29.657Z
SHA-2560ec903440b747a2c1e9f0aaebf4807f3891704d2c128c27f99b200c0727b5693

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
22Score
1.25.19Version
Status history (2 events)
  1. availableavailable · risk review · score 22 · status available -> available, risk review -> review, score 15 -> 22
  2. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/webapp/dist/assets/chunk-WL4C6EOR-B-Xkb3lo.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/webapp/dist/assets/index-BOO_zFrI.js4496485 bytes10

Manifest

Package metadata

Scripts18
  • buildpnpm run build:backend && pnpm run build:frontend
  • build:backendpnpm -C tests run manual-size-guard && rm -rf ./dist && pnpm -r --filter './packages/*' --filter ./codex-auth run build && tsc -p main/tsconfig.json --rootDir main && mkdir -p dist/llm dist/minds dist/tools dist/snippets dist/docs && cp main/llm/defaults.yaml dist/llm/ && cp -r main/minds/builtin dist/minds/ && cp -r main/tools/prompts dist/tools/ && cp -r snippets/. dist/snippets/ && cp -r docs/. dist/docs/ && chmod +x ./dist/cli.js ./dist/cli/*.js 2>/dev/null
  • build:frontendpnpm -C webapp run build
  • build:workspacepnpm -r --filter './packages/*' --filter ./codex-auth --filter ./webapp run build
  • cleanrm -rf ./dist && pnpm -r --filter './packages/*' --filter ./codex-auth --filter ./webapp run clean
  • devecho 'Dominds backend runs via outer rtws dev-server.' && echo 'Dev: cd .. && ./dev-server.sh'
  • formatprettier --write "{main,webapp/src,docs,tests}/**/*.{js,jsx,ts,tsx}" && prettier --write "{main,webapp/src,docs,tests}/**/*.{css,md,json,html}"
  • format:checkprettier --check "{main,webapp/src,docs,tests}/**/*.{js,jsx,ts,tsx}" && prettier --check "{main,webapp/src,docs,tests}/**/*.{css,md,json,html}"
  • lintpnpm run lint:types && pnpm run format:check
  • lint:typespnpm -r --filter './packages/*' --filter ./webapp run lint:types && tsc -p main/tsconfig.dev.json --noEmit
  • manpnpm exec tsx main/cli/manual.ts
  • manualpnpm exec tsx main/cli/manual.ts
  • release:publish-publicnode ./scripts/publish-public-packages.mjs
  • release:publish-public:dry-runnode ./scripts/publish-public-packages.mjs --dry-run
  • serveecho 'Dominds backend runs via outer rtws dev-server.' && echo 'Dev: cd .. && ./dev-server.sh'
  • setup:pmcorepack enable pnpm && corepack install
  • startecho 'Dominds backend runs via outer rtws dev-server.' && echo 'Dev: cd .. && ./dev-server.sh'
  • testecho 'Dominds backend: Use lint:types for type checking.'
Dependencies10
  • @anthropic-ai/sdk^0.91.1
  • @longrun-ai/codex-auth0.13.0
  • @longrun-ai/kernel1.15.12
  • @longrun-ai/shell1.15.12
  • @modelcontextprotocol/sdk^1.27.1
  • async-mutex^0.5.0
  • openai^6.35.0
  • ws^8.19.0
  • yaml^2.8.2
  • zod^4.3.6