PkgRadar

Package evidence

@workbench-codes/[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
3
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@workbench-codes/[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":["@workbench-codes/[email protected]"],"fail_on":"review"}'
Artifact bytes643,022
Previous version0.1.19
Published2026-05-21T04:34:29.087Z
SHA-2562717be5b074f6e0b87d4bde4bd0382ab92a00723a7407b53d300c917cdb24bf0

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts7
  • buildbun build ./src/index.ts --outdir ./dist --target bun --banner '#!/usr/bin/env bun'
  • postversiongit add -A && git commit -m "chore: bump version to $(node -e "console.log(require('./package.json').version)")" && git tag v$(node -e "console.log(require('./package.json').version)")
  • prepublishOnlybun run build
  • release:majornpm version major --message 'chore: bump version to %s'
  • release:minornpm version minor --message 'chore: bump version to %s'
  • release:patchnpm version patch --message 'chore: bump version to %s'
  • versionnode -e "const j=require('./jsr.json');j.version=require('./package.json').version;require('fs').writeFileSync('./jsr.json',JSON.stringify(j,null,2)+'\n')" && git add jsr.json
Dependencies2
  • @opentui/core0.1.90
  • js-yaml^4.1.0