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 bytes114,486
Previous version0.1.2
Published2026-05-27T07:36:39.041Z
SHA-2568d9f8be6f1af8f0533eb03e6ca03dbd678371898f1f0bce2e177968c7537b786

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/diff.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/utils/i18n.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/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

Manifest

Package metadata

Scripts8
  • buildtsc
  • devtsx src/index.ts
  • formatprettier --write .
  • linteslint .
  • prepacknpm run build
  • startnode dist/index.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies10
  • @iarna/toml^2.2.5
  • @inquirer/prompts^7.10.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