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 promotingMixed 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"}'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
Status history (2 events)
- available → available · risk review · score 22 · status available -> available, risk review -> review, score 15 -> 22
- new → available · risk review · score 15 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/webapp/dist/assets/chunk-WL4C6EOR-B-Xkb3lo.js | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/webapp/dist/assets/index-BOO_zFrI.js | 4496485 bytes | 10 |
Manifest
Package metadata
Scripts18
buildpnpm run build:backend && pnpm run build:frontendbuild: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/nullbuild:frontendpnpm -C webapp run buildbuild:workspacepnpm -r --filter './packages/*' --filter ./codex-auth --filter ./webapp run buildcleanrm -rf ./dist && pnpm -r --filter './packages/*' --filter ./codex-auth --filter ./webapp run cleandevecho '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:checklint:typespnpm -r --filter './packages/*' --filter ./webapp run lint:types && tsc -p main/tsconfig.dev.json --noEmitmanpnpm exec tsx main/cli/manual.tsmanualpnpm exec tsx main/cli/manual.tsrelease:publish-publicnode ./scripts/publish-public-packages.mjsrelease:publish-public:dry-runnode ./scripts/publish-public-packages.mjs --dry-runserveecho 'Dominds backend runs via outer rtws dev-server.' && echo 'Dev: cd .. && ./dev-server.sh'setup:pmcorepack enable pnpm && corepack installstartecho '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.1async-mutex^0.5.0openai^6.35.0ws^8.19.0yaml^2.8.2zod^4.3.6