Package evidence
@wps365-open/[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
- 14
- First published
- Apr 2026
- Publisher
- wps_xiaoyefang
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":["@wps365-open/[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":["@wps365-open/[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 77 · status changed
Evidence
Static findings
35 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/lib/account/verify-service.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/lib/service/watermark.js | high encoded/escaped-token density | 12 |
Show all 35 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/lib/account/verify-service.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/lib/service/watermark.js | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/dist/lib/service/app.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/app/bind.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/http/client.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/service/cloud-publish.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/extends/command.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/config.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/create.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/deploy.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/download.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/fetch-html.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/list.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/service/local-pipeline.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/log/logger.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/account/login-service.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/auth/login.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/auth/logout.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/lookup.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/service/manage.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/config/manager.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/market.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/publish.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/recall.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/app/scope.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/stats.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/auth/status.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/status.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/app/unbind.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/hooks/prerun/update-checker.js | matched "\\x0a" | 3 |
| low | Obfuscation | package/dist/commands/code/update.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/update.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/account/verify-service.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/commands/code/visibility.js | matched "\\x20" | 3 |
| low | Obfuscation | package/dist/lib/service/watermark.js | matched "\\x20" | 3 |
Manifest
Package metadata
Scripts9
buildpnpm run clean && tsc -b && tsc-alias && pnpm run bundle && pnpm run obfuscate && pnpm run finalize && pnpm run build:manifestbuild:manifestoclif manifestbundlenode bundle.config.jscleanshx rm -rf dist dist.bundled dist.obfdevtsc -b --watchfinalizeshx rm -rf dist && shx mv dist.obf distlinteslintobfuscatejavascript-obfuscator dist.bundled --config=obfuscator.config.json --output dist.obftestmocha --forbid-only "test/**/*.test.ts"
Dependencies11
@oclif/core^4@oclif/plugin-help^6@oclif/plugin-version^2archiver^7.0.1axios^1.11.0chalk^5.4.1form-data^4.0.5inquirer^12.9.0open^10.1.0ora^8.2.0shx^0.4.0