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

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":["[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 bytes127,112
Previous version0.3.2
Published2026-06-17T14:07:32.349Z
SHA-256e9746069777fbd3a7c62433ca5c9174db1b7f67f45f81f3da60b3283558ea39b

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.3.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/assets/yargs-template/task-runner/package-lock.jsonhigh encoded/escaped-token density0

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 .
  • format-watchonchange "**/*" -- prettier --write --ignore-unknown {{changed}}
  • hooks-one-time-setupnpx simple-git-hooks
  • linteslint --config eslint.config.ts
  • prepacknpm run build
  • 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