PkgRadar

Package evidence

@emgeebee/[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
37
First published
Apr 2026
Publisher
emgeebee

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":["@emgeebee/[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":["@emgeebee/[email protected]"],"fail_on":"review"}'
Publisheremgeebee
Artifact bytes449,566
Previous version3.3.1
Published2026-05-28T18:12:09.373Z
SHA-2562ad42f59aee0f711129ff954aeb44f8f33b38c9c13e063fd244b5d3a5a387c87

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/fuel.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/r.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/solar.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/temp.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/w.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts18
  • ballpnpm build && node dist/ball.js
  • bdaypnpm build && node dist/bday.js
  • buildpnpm run typecheck && pnpm run bundle
  • bundlerm -rf dist && mkdir -p dist && esbuild phone_cli.ts ball.ts cal.ts w.ts cric.ts bday.ts octo.ts money.ts cmd.ts fuel.ts r.ts temp.ts solar.ts --bundle --platform=node --format=cjs --target=node20 --outdir=dist
  • calpnpm build && node dist/cal.js
  • cmdpnpm build && node dist/cmd.js
  • cricpnpm build && node dist/cric.js
  • fuelpnpm build && node dist/fuel.js
  • moneypnpm build && node dist/money.js
  • octopnpm build && node dist/octo.js
  • phone-calpnpm build && node dist/cal.js
  • phone_clipnpm build && node dist/phone_cli.js
  • rpnpm build && node dist/r.js
  • solarpnpm build && node dist/solar.js
  • temppnpm build && node dist/temp.js
  • testecho "Error: no test specified" && exit 1
  • typechecktsc -p tsconfig.json --noEmit
  • wpnpm build && node dist/w.js
Dependencies5
  • commander^14.0.1
  • dotenv^17.2.3
  • string-width4.2.3
  • strip-ansi6.0.1
  • zod^4.1.11