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.

Weekly downloads
288
Versions published
5
First published
May 2026
Publisher
smart_bear

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"}'
Publishersmart_bear
Artifact bytes81,166
Previous version0.0.4
Published2026-05-26T02:14:53.880Z
SHA-256306315289b49e5eac4b893ab5f0e0a5950810d9508983af6d6639df3e11d5b0e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bin/cc-ding.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/biz/commands.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/src/biz/cron.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts6
  • blacklintutils-ok blacklint -bd 'src bin'
  • buildnpm run lint && sh build.sh
  • linteslint . && tsc && npm run blacklint
  • lint:fixeslint . --fix
  • prepublishOnlynpm run build
  • testmocha 'test/**/*.test.ts'
Dependencies5
  • commander^7.2.0
  • dotenv^16.6.1
  • shelljs^0.10.0
  • urllib^4.9.0
  • utils-ok^1.1.2