PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
16Established · −30% score
First published
Feb 2023
Publisher
jannuom

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherjannuom
Artifact bytes66,151
Previous version2.0.1
Published2026-05-29T09:12:02.772Z
SHA-25650a8ab83da8bd9f1d8269a8ca09e47a312306866f3f0e082efe9af5560b2040e

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/core/registry-fetch.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts14
  • analyzenode scripts/package-info.js
  • buildtsc
  • devtsc -w
  • linteslint . --ext .ts --max-warnings 200
  • lint:fixeslint . --ext .ts --fix
  • postbuildchmod +x dist/index.js
  • prepublishOnlynpm run build
  • release:checknpm run build && npm pack --dry-run
  • release:majornpm version major -m 'Release v%s' && npm publish && git push --follow-tags
  • release:minornpm version minor -m 'Release v%s' && npm publish && git push --follow-tags
  • release:patchnpm version patch -m 'Release v%s' && npm publish && git push --follow-tags
  • release:testnpm run build && npm pack && echo 'Test the .tgz file before publishing'
  • sizenpm pack --dry-run 2>&1 | grep -E 'package size|Tarball Contents'
  • size:fullnpm pack --dry-run
Dependencies11
  • boxen^8.0.1
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^14.0.1
  • execa^9.6.0
  • figlet^1.9.3
  • gradient-string^3.0.0
  • ora^9.0.0
  • prompts^2.4.2
  • update-notifier^7.3.1
  • zod^4.1.12