PkgRadar

Package evidence

@skillsgate/[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
15
First published
Mar 2026
Publisher
skillsgate

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":["@skillsgate/[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":["@skillsgate/[email protected]"],"fail_on":"review"}'
Publisherskillsgate
Artifact bytes50,027
Previous version0.2.4
Published2026-06-08T05:10:10.230Z
SHA-256657ec5f717cbc6a485107b0bb8a028c8bce2cb3ac1405eef6a0ff02d03d0d584

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/db/ssh.tsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.cjs"5

Manifest

Package metadata

Scripts3
  • devbun --watch run src/index.tsx
  • postinstallnode bin/postinstall.cjs
  • startbun run src/index.tsx
Dependencies3
  • @opentui/core0.1.90
  • @opentui/react0.1.90
  • gray-matter4.0.3