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
40
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 bytes634,189
Previous version3.5.0
Published2026-06-08T12:32:40.294Z
SHA-2564e999ab4cb5a4add5cab5d4dfdcf48ef37b53802469d72afe31238854099aff2

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/cmd.jshigh encoded/escaped-token density0
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/status.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

Scripts20
  • 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 i.ts status.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
  • ipnpm build && node dist/i.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
  • statuspnpm build && node dist/status.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
Dependencies6
  • @inquirer/prompts^8.5.2
  • commander^14.0.1
  • dotenv^17.2.3
  • string-width4.2.3
  • strip-ansi6.0.1
  • zod^4.1.11