PkgRadar

Package evidence

[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
16
First published
Apr 2026
Publisher
wko

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherwko
Artifact bytes122,255
Previous version0.2.15
Published2026-05-23T23:41:44.461Z
SHA-256c0ee9b5b7683e8107439c64cf7264309c025ca0cd0e3d82ee2e6b0260158dc8d

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.2.16Version
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/assets/yargs-template/task-runner/package-lock.jsonhigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/assets/yargs-template/task-runner/package-lock.jsonhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts14
  • buildrm -rf ./dist && npx tsc && node dist/src/index.js -v && npm run cp-assets
  • cleanrm -rf ./dist
  • cp-assetscp ./tssc ./dist/ && cp -R ./assets ./dist/
  • devnpm run build && node dist/src/index.js
  • formatprettier --write ./
  • format-checkprettier --check .
  • hooks-one-time-setupnpx simple-git-hooks
  • linteslint --config eslint.config.ts
  • prepublishOnlynpm run build
  • prettier-watchonchange "**/*" -- prettier --write --ignore-unknown {{changed}}
  • startjiti src/index.ts
  • testvitest run
  • test-watchvitest
  • watchonchange './*{.json,.sh,.ts}' 'src/*.ts' -- npm run build
Dependencies13
  • @inquirer/prompts^8.4.2
  • @inquirer/search^4.1.8
  • chalk^4.1.2
  • commander^14.0.2
  • dotenv^17.4.2
  • figlet^1.9.4
  • immutable^5.1.4
  • inquirer-sortable-checkbox^1.0.1
  • lodash^4.18.1
  • node-persist^4.0.4
  • reflect-metadata^0.2.2
  • task-script-support^2.5.0
  • tsyringe^4.10.0