PkgRadar

Package evidence

[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.

Versions published
1
First published
May 2026
Publisher
gmust

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishergmust
Artifact bytes36,909
Previous versionnone
Published2026-05-27T21:48:34.227Z
SHA-256a9aeb5ebc4d5b4e851eebbf77ff78bf0021706bd3e4bf4e15af0c343f8c3fa7d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/collectors/manifestCollector.jsmatched "GITHUB_TOKEN"30
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/collectors/manifestCollector.jsmatched "GITHUB_TOKEN"30
lowCredential file accesspackage/dist/bin.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/env.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/collectors/githubCollector.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/actions/githubComments.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/review.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/workflows/templates.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts10
  • buildtsc
  • devpnpm tsx src/bin.ts
  • formatprettier --write src
  • format:checkprettier --check src
  • linteslint src
  • lint:fixeslint src --fix
  • prepublishOnlynpm run build
  • startnode dist/bin.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies8
  • @anthropic-ai/sdk0.95.2
  • @clack/prompts1.4.0
  • @google/generative-ai0.24.1
  • axios1.15.0
  • dotenv17.4.2
  • express5.2.1
  • openai6.37.0
  • ora9.4.0