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.

Weekly downloads
400
Versions published
27
First published
Apr 2026
Publisher
gunkin

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"}'
Publishergunkin
Artifact bytes1,062,067
Previous version0.4.17
Published2026-05-28T15:46:48.674Z
SHA-256cfbdd265b730c0bd8490faa1ace9182af7ce0112a73a100b51087d8c80973b09

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-OJ3KR7WR.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/lib/contentSourceError.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/github-public.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/github-WNZOR3LV.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/admin/github.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/lib/templates.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts11
  • buildtsup && tsc -p tsconfig.build.json && cp globals.css dist/globals.css
  • checksnpm run lint && npm run ts-check && npm run fmt:check && npm run test:run
  • checks:fixnpm run lint:fix && npm run fmt && npm run test:run
  • fmtoxfmt .
  • fmt:checkoxfmt --check .
  • lintoxlint .
  • lint:fixoxlint --fix .
  • prepublishOnlynpm run checks && npm run build
  • testvitest
  • test:runvitest run
  • ts-checktsc --noEmit --incremental false