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 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":["@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"}'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 (1 event)
- new → available · risk review · score 50 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/cli.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/presentation/controllers/env/instance.controller.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/infrastructure/deployment/services/oci-artifact.service.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/infrastructure/platforms/windows/services/wsl-instance-lifecycle.service.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/infrastructure/platforms/windows/services/wsl-updater.service.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts8
buildtsc -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.jsonbuild: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/**/*.tslinteslint src/**/*.tsprepublishOnlynpm run build:prodstartnode dist/index.jstestjesttest:coveragejest --coverage
Dependencies10
adm-zip^0.5.16axios^1.13.2chalk^4.1.2cli-progress^3.12.0commander^12.1.0cross-spawn^7.0.6prompts^2.4.2reflect-metadata^0.2.2semver^7.7.3tsyringe^4.10.0