PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishert3dotgg
Artifact bytes86,875
Previous version0.0.16
Published2026-05-23T00:54:32.064Z
SHA-2567aa469e6e7dbcfdf6044726f58922db4b14e6c6b7404762447350c4d9b963e69

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

high
Last checked
highRisk
48Score
0.0.17Version
Status history (1 event)
  1. newavailable · risk high · score 48 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

t3dotgg

3 members · evidence strength 69

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/anonymous-server.jsmatched "GITHUB_TOKEN"30
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/anonymous-server.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/src/anonymous-server.jsmatched "Buffer.from(ivBase64, \"base64"3
lowObfuscationpackage/src/anonymous.jsmatched "Buffer.from(source.bundle, \"base64"3
lowObfuscationpackage/src/auth.jsmatched "Buffer.from(value, \"base64"3
lowObfuscationpackage/src/client.jsmatched "fromCharCode"3
lowObfuscationpackage/src/source-runtime-worker.jsmatched "Buffer.from(response.bodyBase64 ?? \"\", \"base64"3
lowObfuscationpackage/src/source-runtime.jsmatched "Buffer.from(String(request.bodyBase64"3

Manifest

Package metadata

Scripts1
  • checknode --check src/cli.js && node --check src/runtime.js && node --check src/server.js && node --check src/client.js && node --check src/source-store.js && node --check src/source-runtime.js && node --check src/source-runtime-worker.js && node --check src/source-runtime-loader.mjs && node --check src/anonymous.js && node --check src/anonymous-server.js && node --check src/auth.js && node --check src/version.js
Dependencies4
  • esbuild^0.27.1
  • pg^8.16.3
  • preact^10.28.0
  • ws^8.18.3