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
8
First published
May 2026
Publisher
bokly

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"}'
Publisherbokly
Artifact bytes782,757
Previous version0.4.1
Published2026-06-01T15:32:15.847Z
SHA-2566cc4f286f1fc95d77b57f99f94b49e73f4f1b778a3fdc0c413fae60ae01df193

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
12Score
0.4.2Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chain-jw7xjxy4.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts19
  • buildbun run --cwd ../apps/hub build && node ./scripts/clean-dist-bundles.mjs && bun build --target=node --splitting --outdir dist chain.ts && cp registry/bundled-index.yaml dist/registry-index.yaml && rm -rf dist/hub && cp -R ../apps/hub/dist dist/hub
  • changeloggit-cliff -r .. -c ../cliff.toml -o CHANGELOG.md
  • changelog:previewgit-cliff -r .. -c ../cliff.toml --unreleased
  • check:components-jsonnode ./scripts/check-components-json.mjs
  • check:roadmap-catalogbun run scripts/check-roadmap-catalog.ts
  • devbun run chain.ts
  • generate:manifestbun run scripts/generate-manifest.ts
  • generate:registry-indexbun run scripts/generate-registry-index.ts
  • generate:roadmapbun run scripts/generate-roadmap.ts
  • install:git-hooksbun run scripts/run-install-dev-git-hooks.ts
  • pack:checkbun run generate:registry-index -- --check && bun run check:roadmap-catalog && node ./scripts/sync-package-assets.mjs && bun run build && node ./scripts/check-package-files.mjs
  • prepackbun run generate:registry-index && node ./scripts/sync-package-assets.mjs && bun run build && node ./scripts/check-package-files.mjs
  • pretestbun run generate:registry-index -- --check && bun run generate:manifest -- --check && bun run check:roadmap-catalog && node ./scripts/sync-package-assets.mjs
  • smoke:hubnode ./scripts/hub-smoke.mjs
  • smoke:hub:browsernode ./scripts/hub-browser-smoke.mjs
  • smoke:packagenode ./scripts/package-smoke.mjs
  • sync:roadmap-changelogbun run chain.ts roadmap sync
  • testbun test
  • versionbun run changelog && bun run sync:roadmap-changelog && git add CHANGELOG.md ../roadmap.yaml ../roadmap.md ../apps/hub/public/roadmap.json ../apps/web/src/content/roadmap.json
Dependencies4
  • @clack/prompts^1.4.0
  • commander^14.0.3
  • kleur^4.1.5
  • yaml^2.9.0