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"}'
Publisherjorgemorais
Artifact bytes144,823
Previous version1.11.0
Published2026-05-09T13:17:42.442Z
SHA-2565f6d9ed21fc1c17d3cbfbd0201011bf720b82ed04abf9bfc7b4b3cebe418ec89

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
258Score
1.11.1Version
Status history (1 event)
  1. newavailable · risk high · score 258 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

jorgemorais

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/audit.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/code-analysis.jsmatched ".ssh"30
highCredential file accesspackage/dist/registry.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/script-analysis.jsmatched "NPM_TOKEN"30
highCredential file accesspackage/dist/transitive.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/data/advisory-db.jsonmatched ".npmrc"30
highCredential file accesspackage/dist/data/data/advisory-db.jsonmatched ".npmrc"30
highCredential file accesspackage/src/data/advisory-db.jsonmatched ".npmrc"30
mediumRemote Payloadpackage/dist/script-analysis.jsmatched "curl "12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/audit.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/code-analysis.jsmatched ".ssh"30
highCredential file accesspackage/dist/registry.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/script-analysis.jsmatched "NPM_TOKEN"30
highCredential file accesspackage/dist/transitive.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/data/advisory-db.jsonmatched ".npmrc"30
highCredential file accesspackage/dist/data/data/advisory-db.jsonmatched ".npmrc"30
highCredential file accesspackage/src/data/advisory-db.jsonmatched ".npmrc"30
mediumRemote Payloadpackage/dist/script-analysis.jsmatched "curl "12
lowObfuscationpackage/dist/native-alternatives.jsmatched "atob("3
lowObfuscationpackage/dist/sbom.jsmatched "Buffer.from(b64, 'base64"3

Manifest

Package metadata

Scripts7
  • audit:securitynpm audit --audit-level=high --omit=dev
  • buildtsc && cp -r src/data dist/data && chmod 755 dist/cli.js
  • checknpm run check-version && npm run build && npm run lint && npm test && npm run audit:security
  • check-versionnode --import tsx scripts/check-version.ts
  • linteslint src/ tests/
  • prepublishOnlynpm run check
  • testnode --import tsx --test tests/*.test.ts