PkgRadar

Package evidence

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

Versions published
2
First published
Jun 2026
Publisher
kingkyylian

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":["@kingkyylian/[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":["@kingkyylian/[email protected]"],"fail_on":"review"}'
Publisherkingkyylian
Artifact bytes37,165
Previous version0.1.0
Published2026-06-04T22:48:00.802Z
SHA-25619af0abf2fa8f58531e0d2a9c6ad5b16e90e7b8c91f2f5eec4ac352b1c4bd7c9

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

review
Last checked
reviewRisk
10Score
0.1.1Version
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/dist/chunk-QQC3CKY3.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/index.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts8
  • buildtsup
  • checkpnpm typecheck && pnpm test
  • demonode dist/cli/index.js demo
  • prepackpnpm build
  • smoke:installnode scripts/install-smoke.mjs
  • smoke:packagenpm pack --dry-run
  • testpnpm build && vitest run
  • typechecktsc --noEmit
Dependencies6
  • commander^14.0.0
  • execa^9.6.0
  • fast-glob^3.3.3
  • picomatch^4.0.3
  • yaml^2.8.1
  • zod^4.1.0