PkgRadar

Package evidence

@ubercode/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"michaelhobbs","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"pino"},"version_anomaly":false,"new_account":false}

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
2
First published
Jun 2026
Publisher
michaelhobbs

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":["@ubercode/[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":["@ubercode/[email protected]"],"fail_on":"review"}'
Publishermichaelhobbs
Artifact bytes57,640
Previous versionnone
Published2026-06-16T21:46:01.443Z
SHA-2563352c8d28c992558d02ab2a420f02b6646035edd43baa58713c777fb4d2f7dc0

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"michaelhobbs","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"pino"},"version_anomaly":false,"new_account":false}

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"michaelhobbs","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"pino"},"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts22
  • buildtsup
  • build:watchtsup --watch
  • cleanrimraf dist coverage
  • dry-runnpm pack --dry-run
  • examplets-node examples/basic-usage.ts
  • formatprettier --write "{src,tests}/**/*.{ts,js,json,md}" "*.{mts,ts,json}" ".github/**/*.yml"
  • linteslint --fix
  • postversiongit push && git push --tags
  • precommitlint-staged
  • prepublishOnlypnpm run test && pnpm run build
  • preversionpnpm run test && pnpm run build
  • testpnpm run test:format && pnpm run test:lint && pnpm run test:unit
  • test:cipnpm run test:format && pnpm run test:lint && pnpm run test:cover
  • test:covernode --max-old-space-size=6144 node_modules/jest/bin/jest.js --coverage
  • test:formatprettier --check "{src,tests}/**/*.{ts,js,json,md}" "*.{mts,ts,json}" ".github/**/*.yml"
  • test:linteslint
  • test:stressnode --expose-gc --max-old-space-size=6144 node_modules/jest/bin/jest.js --config jest.stress.config.ts --runInBand
  • test:unitnode --max-old-space-size=6144 node_modules/jest/bin/jest.js
  • test:watchnode --max-old-space-size=6144 node_modules/jest/bin/jest.js --watch
  • version:majornpm version major
  • version:minornpm version minor
  • version:patchnpm version patch
Dependencies4
  • @aws-sdk/client-cloudwatch-logs^3.1050.0
  • bottleneck^2.19.5
  • debug^4.4.3
  • pino-abstract-transport^2.0.0