PkgRadar

Package evidence

@t59688/[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
246
Versions published
4
First published
May 2026
Publisher
t59688

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":["@t59688/[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":["@t59688/[email protected]"],"fail_on":"review"}'
Publishert59688
Artifact bytes100,119
Previous version0.1.1
Published2026-05-27T06:05:57.065Z
SHA-25656c505bb8f14840f330a606e1070b84224df1f6953378f92d74cf00ce1f6daaa

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/diff.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/doctor.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/download.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/core/github-auth.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/core/github-install.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/core/github-repo.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/core/github.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/install.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/publish.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/pull.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/status.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/sync.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/update.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/upgrade.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/workspace.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts8
  • buildtsc
  • devtsx src/index.ts
  • formatprettier --write .
  • linteslint .
  • prepacknpm run build
  • startnode dist/index.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies11
  • @iarna/toml^2.2.5
  • @inquirer/prompts^7.10.1
  • @t59688/skillpack^0.1.1
  • adm-zip^0.5.16
  • chalk^5.4.1
  • commander^12.1.0
  • fast-glob^3.3.3
  • fs-extra^11.3.0
  • ora^8.1.1
  • yaml^2.6.1
  • zod^3.24.1