PkgRadar

Package evidence

@debian777/[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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
100
First published
Mar 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@debian777/[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":["@debian777/[email protected]"],"fail_on":"review"}'
Artifact bytes1,042,956
Previous version4.7.4
Published2026-06-13T08:48:30.741Z
SHA-256899952dfc1266bb19e2065d23fc5d09cb87a0fa49b8fd7d002f5d79bc93f3681

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
15Score
4.8.0-beta.0Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/tools/dump.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
highJs Split Join Obfuscationpackage/dist/services/id-generator.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
highJs Split Join Obfuscationpackage/dist/tools/kairos-uri.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
highJs Split Join Obfuscationpackage/dist/tools/update_schema.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40

Manifest

Package metadata

Scripts87
  • buildnpm run prebuild && node -e "if(!process.env.DOCKER_BUILD){const r=require('child_process').spawnSync('npm',['run','lint'],{stdio:'inherit'});if(r.status!==0)process.exit(r.status!=null?r.status:1)}" && npm run ui:build && npx tsc && chmod +x dist/cli/index.js
  • build:tgznode scripts/build-ensure-tgz.mjs
  • clinode dist/cli/index.js
  • cli:devsh -c 'set -a && [ -f .env ] && . ./.env; set +a && export KAIROS_API_URL="${KAIROS_API_URL:-http://localhost:${PORT:-3300}}" && exec node dist/cli/index.js "$@"' _
  • compose:sync-app-tagnode -e "const fs=require('fs');const p='compose.yaml';const v=require('./package.json').version;let s=fs.readFileSync(p,'utf8');s=s.replace(/(^\s*image:\s*debian777\/kairos-mcp:)(\S+)/m,(_,prefix)=>prefix+'v'+v);fs.writeFileSync(p,s);"
  • design:viewportsnode scripts/test-capture-viewports.mjs
  • dev:ai-mcp-integrationnode scripts/test-ai-mcp-integration.mjs
  • dev:buildnpm run lint && npm run knip && npm run ui:build && ENV=dev ./scripts/deploy-run-env.sh build
  • dev:cli-ready./scripts/deploy-dev-cli-ready.sh
  • dev:deploynpm run dev:build && npm run dev:restart
  • dev:google-idppython3 scripts/deploy-configure-keycloak-google-idp.py
  • dev:logsENV=dev ./scripts/deploy-run-env.sh logs
  • dev:node./scripts/dev-node-use.sh
  • dev:qdrant-curlENV=dev ./scripts/deploy-run-env.sh qdrant-curl
  • dev:redis-cliENV=dev ./scripts/deploy-run-env.sh redis-cli
  • dev:restartENV=dev ./scripts/deploy-run-env.sh restart
  • dev:startENV=dev ./scripts/deploy-run-env.sh start
  • dev:start:installedDOTENV_CONFIG_PATH=.env node -r dotenv/config node_modules/@debian777/kairos-mcp/dist/index.js
  • dev:statusENV=dev ./scripts/deploy-run-env.sh status
  • dev:stopENV=dev ./scripts/deploy-run-env.sh stop
  • dev:testENV=dev ./scripts/deploy-run-env.sh test
  • dev:test-embedding-keynode scripts/test-embedding-key.mjs
  • dev_simple:deploynpm run dev:build && npm run dev_simple:restart
  • dev_simple:logsENV=dev_simple ./scripts/deploy-run-env.sh logs
  • dev_simple:qdrant-curlENV=dev_simple ./scripts/deploy-run-env.sh qdrant-curl
  • dev_simple:restartENV=dev_simple ./scripts/deploy-run-env.sh restart
  • dev_simple:startENV=dev_simple ./scripts/deploy-run-env.sh start
  • dev_simple:statusENV=dev_simple ./scripts/deploy-run-env.sh status
  • dev_simple:stopENV=dev_simple ./scripts/deploy-run-env.sh stop
  • dev_simple:testENV=dev_simple ./scripts/deploy-run-env.sh test
  • …and 57 more.
Dependencies31
  • @exodus/bytes^1.15.0
  • @modelcontextprotocol/sdk^1.27.0
  • @napi-rs/keyring^1.2.0
  • @qdrant/js-client-rest^1.17.0
  • @tanstack/react-query^5.62.0
  • @tiptap/core^3.20.2
  • @tiptap/extension-link^3.20.2
  • @tiptap/extension-table^3.20.1
  • @tiptap/markdown^3.20.2
  • @tiptap/react^3.20.1
  • @tiptap/starter-kit^3.20.1
  • archiver^8.0.0
  • commander^15.0.0
  • dotenv^17.3.1
  • express^5.2.1
  • express-rate-limit^8.3.1
  • helmet^8.1.0
  • i18next^26.0.2
  • jose^6.1.3
  • pino^10.3.1
  • prom-client^15.1.3
  • raw-body^3.0.2
  • react^19.0.0
  • react-dom^19.0.0
  • react-i18next^17.0.1
  • react-markdown^10.1.0
  • react-router-dom^7.4.0
  • redis^6.0.0
  • remark-gfm^4.0.1
  • uuid^14.0.0
  • …and 1 more.