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
22
First published
Feb 2026
Publisher
portonxyte

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes615,056
Previous version0.10.3
Published2026-05-11T16:52:48.705Z
SHA-256e5ab97635aca45b65d638cbb9dd00a7e7d282f923b6e69cfdb7b7a9a4b98e95a

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

low
Last checked
lowRisk
0Score
0.10.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/workflows/report/font-asset.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/workflows/report/logo-asset.jshigh encoded/escaped-token density0

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