PkgRadar

Package evidence

@celilo/[email protected]

Credential file access: matched "id_rsa"

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
46
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 bytes799,809
Previous version0.5.0-alpha.0
Published2026-06-11T03:34:42.655Z
SHA-256de40b19108d82bc31319fa2815bd4d9ebdbdd603c45a9fea19a7151f8c593cee

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
30Score
0.5.0-alpha.1Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/cli/commands/machine-add.tsmatched "id_rsa"5
lowCredential file accesspackage/src/cli/commands/restore.tsmatched ".ssh/"5
lowCredential file accesspackage/src/cli/commands/system-init.tsmatched ".ssh/"5
lowCredential file accesspackage/src/cli/index.tsmatched ".ssh/"5
lowCredential file accesspackage/src/services/audit/machines-reachable.tsmatched ".ssh/"5
lowCredential file accesspackage/src/services/system-init.tsmatched "id_rsa"5

Manifest

Package metadata

Scripts22
  • checkbun run typecheck && bun run lint
  • check:schemabun run scripts/export-manifest-schema.ts --check
  • db:generatedrizzle-kit generate
  • db:migratebun run src/db/migrate.ts
  • db:studiodrizzle-kit studio
  • devbun run src/cli/index.ts
  • export:schemabun run scripts/export-manifest-schema.ts
  • formatbiome format --write .
  • lintbiome check .
  • lint:fixbiome check --write .
  • testbun test --timeout 60000 src/
  • test:allbun test --timeout 60000 src/ test-integration/
  • test:completionbun test --timeout 60000 test-integration/completion/
  • test:goldenbun run generate-golden-files.ts
  • test:integrationbun test --timeout 60000 test-integration/
  • test:integration-slowbun test --timeout 300000 test-integration/
  • test:integration:grepbun test --timeout 60000 test-integration -t
  • test:integration:modulebun test --timeout 60000 test-integration/module
  • test:integration:module:zero-configbun test --timeout 60000 test-integration/module/zero-config.test.ts
  • test:integration:systembun test --timeout 60000 test-integration/system
  • test:integration:watchbun test --timeout 60000 test-integration/ --watch
  • typechecktsc --noEmit
Dependencies15
  • @aws-sdk/client-s3^3.1024.0
  • @celilo/capabilities^0.3.0
  • @celilo/cli-display^0.1.9
  • @celilo/event-bus^0.1.5
  • @clack/prompts^1.1.0
  • ajv^8.18.0
  • drizzle-orm^0.36.4
  • ink^7.0.1
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • react^19.2.5
  • tar^7.5.10
  • xxhash-wasm^1.1.0
  • yaml^2.8.2
  • zod^3.24.1