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
- 263
- Versions published
- 34
- First published
- Apr 2026
- Publisher
- emgeebee
Recommended action
Review before promotingMixed 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 55 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/fuel.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/r.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/solar.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/temp.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/w.js | high encoded/escaped-token density | 12 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/fuel.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/r.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/solar.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/temp.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/w.js | high encoded/escaped-token density | 12 |
| low | Credential file access | package/dist/r.js | matched ".azure" | 5 |
Manifest
Package metadata
Scripts18
ballpnpm build && node dist/ball.jsbdaypnpm build && node dist/bday.jsbuildpnpm run typecheck && pnpm run bundlebundlerm -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=distcalpnpm build && node dist/cal.jscmdpnpm build && node dist/cmd.jscricpnpm build && node dist/cric.jsfuelpnpm build && node dist/fuel.jsmoneypnpm build && node dist/money.jsoctopnpm build && node dist/octo.jsphone-calpnpm build && node dist/cal.jsphone_clipnpm build && node dist/phone_cli.jsrpnpm build && node dist/r.jssolarpnpm build && node dist/solar.jstemppnpm build && node dist/temp.jstestecho "Error: no test specified" && exit 1typechecktsc -p tsconfig.json --noEmitwpnpm build && node dist/w.js
Dependencies5
commander^14.0.1dotenv^17.2.3string-width4.2.3strip-ansi6.0.1zod^4.1.11