PkgRadar

Package evidence

@uofx/[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
5
First published
Jan 2026
Publisher
hollyliang

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":["@uofx/[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":["@uofx/[email protected]"],"fail_on":"review"}'
Publisherhollyliang
Artifact bytes381,640
Previous version1.1.0
Published2026-05-28T08:55:49.545Z
SHA-2564367aee284de849b7a1a7723afd628a71ec66659e99b6e6d4be0d57b84904304

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/presentation/controllers/env/instance.controller.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/infrastructure/deployment/services/oci-artifact.service.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/infrastructure/platforms/windows/services/wsl-instance-lifecycle.service.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/infrastructure/platforms/windows/services/wsl-updater.service.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts8
  • buildtsc -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.json
  • build:prodtsc -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.json && javascript-obfuscator dist --output dist --config obfuscator.config.js --exclude '**/di/tokens.js'
  • formatprettier --write src/**/*.ts
  • linteslint src/**/*.ts
  • prepublishOnlynpm run build:prod
  • startnode dist/index.js
  • testjest
  • test:coveragejest --coverage
Dependencies10
  • adm-zip^0.5.16
  • axios^1.13.2
  • chalk^4.1.2
  • cli-progress^3.12.0
  • commander^12.1.0
  • cross-spawn^7.0.6
  • prompts^2.4.2
  • reflect-metadata^0.2.2
  • semver^7.7.3
  • tsyringe^4.10.0