PkgRadar

Package evidence

@ggui-ai/[email protected]

Credential file access: matched ".ssh"

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.

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@ggui-ai/[email protected]"],"fail_on":"high"}'

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":["@ggui-ai/[email protected]"],"fail_on":"high"}'
Artifact bytes259,306
Previous version0.1.0-rc.1
Published2026-05-24T08:05:02.276Z
SHA-25606c8b9a1fe84ab4bafb6ca40e87fa09cd739965e2e263cdd69abae93558ed3cd

Why flagged

What the scanner saw

Credential file access: matched ".ssh"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.1.0-rc.3Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/assets/index-B5d3Vke1.jsmatched ".ssh"30
mediumRemote Payloadpackage/dist/assets/index-B5d3Vke1.jsmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/assets/index-B5d3Vke1.jsmatched ".ssh"30
mediumRemote Payloadpackage/dist/assets/index-B5d3Vke1.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/assets/index-B5d3Vke1.jsmatched "\\u00C0"3

Manifest

Package metadata

Scripts8
  • buildpnpm run build:spa && pnpm run build:server && pnpm run check:bundle-size
  • build:servertsc -p tsconfig.server.json
  • build:spavite build
  • check:bundle-sizetsx scripts/check-bundle-size.ts
  • devvite
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • @ggui-ai/design0.1.0-rc.3
  • @ggui-ai/project-config0.1.0-rc.3
  • @ggui-ai/react0.1.0-rc.3
  • react^19.0.0
  • react-dom^19.0.0