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
247
Versions published
26
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,038,089
Previous version0.4.16
Published2026-05-27T19:52:54.724Z
SHA-2566bcfb5277240050c4d4422eceac72230ed1037e225bb67a1fd9ddef2b43497e3

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.17Version
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-FZROCUU3.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/lib/contentSourceError.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/github-7HIP6RW3.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/github-public.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