PkgRadar

Package evidence

@xyteai/[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
21
First published
Feb 2026
Publisher
portonxyte

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":["@xyteai/[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":["@xyteai/[email protected]"],"fail_on":"review"}'
Publisherportonxyte
Artifact bytes614,669
Previous version0.10.4
Published2026-05-12T19:40:08.778Z
SHA-2560005b9aaa91f3fca9640692586120af8cf76c4c83b685a14fecd13ab912565f9

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/workflows/report/font-asset.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/workflows/report/logo-asset.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts29
  • buildnpm run clean && npm run skills:sync && tsc -p tsconfig.build.json
  • cleannode scripts/clean.mjs
  • formatprettier --write 'src/**/*.ts' 'tests/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts' 'tests/**/*.ts'
  • install:globalnpm run build && npm link
  • linteslint src/ tests/
  • lint:fixeslint src/ tests/ --fix
  • mock:xyte:localnode scripts/mock_xyte_local.mjs
  • preparenpm run build
  • prepublishOnlynpm run skills:sync && npm run typecheck && npm test && npm run build && npm run smoke:pack-install
  • reinstall:globalnpm run uninstall:global && npm run install:global
  • release:checknode scripts/release_check.mjs
  • release:publishnode scripts/publish.mjs all
  • release:publish:clinode scripts/publish.mjs cli
  • release:publish:pagesnode scripts/publish.mjs pages
  • skills:syncnode scripts/sync_skills_data.mjs
  • smoke:external-livetsx tests/smoke/external-user-live.ts
  • smoke:linux:native-secret-storetsx tests/smoke/linux-native-secret-store.ts
  • smoke:local:flow-packtsx tests/smoke/flow-pack-local.ts
  • smoke:local:utilitiesnode scripts/smoke_local_utilities.mjs
  • smoke:pack-installtsx tests/smoke/pack-install.ts
  • smoke:upgrade:controllednode scripts/smoke_upgrade_controlled.mjs
  • smoke:windows:native-secret-storetsx tests/smoke/windows-native-secret-store.ts
  • testvitest run
  • test:commitnpm run typecheck && npm test && npm run smoke:pack-install
  • test:watchvitest
  • tuitsx src/bin/xyte-cli.ts tui
  • typechecktsc -p tsconfig.json --noEmit
  • uninstall:globalnode scripts/uninstall_global.mjs
Dependencies8
  • @opentelemetry/api^1.9.0
  • blessed^0.1.81
  • commander^14.0.3
  • cross-spawn^7.0.6
  • fuse.js^7.3.0
  • pdfkit^0.17.2
  • pino^10.3.0
  • zod^4.3.6