PkgRadar

Package evidence

@celilo/[email protected]

Remote Payload: matched "curl "

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
59
Versions published
30
First published
Apr 2026
Publisher
peba2

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":["@celilo/[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":["@celilo/[email protected]"],"fail_on":"review"}'
Publisherpeba2
Artifact bytes142,015
Previous version0.7.13-alpha.2
Published2026-06-11T01:54:00.009Z
SHA-25665723d9485c184cdf7448ed09ea81ce636e470a65fe101acdc9c98849a3f2536

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/config/routing/fw-ext-routes.shmatched "curl "12
mediumRemote Payloadpackage/config/routing/management-routes.shmatched "curl "12
mediumRemote Payloadpackage/config/routing/target-setup.shmatched "curl "12
mediumRemote Payloadpackage/simulators/celilo-website/entrypoint.shmatched "curl "12
mediumRemote Payloadpackage/simulators/isitup/entrypoint.shmatched "curl "12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/config/routing/fw-ext-routes.shmatched "curl "12
mediumRemote Payloadpackage/config/routing/management-routes.shmatched "curl "12
mediumRemote Payloadpackage/config/routing/target-setup.shmatched "curl "12
mediumRemote Payloadpackage/simulators/celilo-website/entrypoint.shmatched "curl "12
mediumRemote Payloadpackage/simulators/isitup/entrypoint.shmatched "curl "12
lowCredential file accesspackage/config/routing/fw-isp-routes.shmatched ".ssh/"5
lowCredential file accesspackage/config/routing/fw-main-routes.shmatched ".ssh/"5
lowCredential file accesspackage/config/routing/management-routes.shmatched ".ssh/"5
lowCredential file accesspackage/config/routing/target-routes.shmatched ".ssh/"5
lowCredential file accesspackage/config/routing/target-setup.shmatched ".ssh/"5
lowCredential file accesspackage/src/container-manager.tsmatched ".ssh/"5

Manifest

Package metadata

Scripts4
  • build:binarybun build --compile --target=bun-linux-x64 --outfile=dist/celilo-registry-server src/index.ts
  • devbun --watch src/index.ts
  • startbun run src/index.ts
  • testbun test