PkgRadar

Package evidence

@revealui/[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.

Weekly downloads
912
Versions published
328
First published
Mar 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@revealui/[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":["@revealui/[email protected]"],"fail_on":"review"}'
Artifact bytes304,369
Previous version0.6.0
Published2026-06-13T04:28:38.367Z
SHA-2563b57b7532202bea26053faa2f682ee0aa1b2945507c1147fc0e4b0980bbdc52f

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/tools/coding/safety.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts9
  • buildtsc
  • cleanrm -rf dist
  • devtsc --watch
  • lintbiome check .
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationvitest run --root . --config vitest.integration.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies6
  • @revealui/contracts0.6.1
  • @revealui/core0.10.1
  • @revealui/db0.7.1
  • @revealui/resilience0.2.4
  • lru-cache^11.5.1
  • zod^4.4.3