PkgRadar

Package evidence

@kata-sh/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
78
Versions published
35
First published
Feb 2026
Publisher
gannonh

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":["@kata-sh/[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":["@kata-sh/[email protected]"],"fail_on":"review"}'
Publishergannonh
Artifact bytes142,877
Previous version0.16.0
Published2026-05-11T14:08:19.262Z
SHA-2568bc02a788651bce689c003ba5a435eef3283fba9d36c18cb25b3f0d59771cff8

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
0.16.1Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/doctor.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/backends/resolve-backend.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/setup.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts8
  • buildtsc && node scripts/bundle-skills.mjs
  • devtsc --watch
  • linteslint src/ --max-warnings=500
  • prepublishOnlypnpm run build
  • testpnpm exec vitest run
  • test:coveragepnpm exec vitest run --coverage
  • test:vitestpnpm exec vitest run
  • typechecktsc --noEmit
Dependencies1
  • js-yaml^4.1.1