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
161
Versions published
49Mature · −50% score
First published
Sep 2024
Publisher
xavidop

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherxavidop
Artifact bytes32,432
Previous version1.16.1
Published2026-05-26T18:23:25.259Z
SHA-256192e34f3743ccf55201a2f49e14366439ccd7c0d157ca23e3c769f8e50b36cf9

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/cjs/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/lib/esm/index.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts10
  • buildnpm run build:cjs && npm run build:esm
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmtsc -p tsconfig.esm.json && npm run rename:esm
  • cleanrimraf ./lib
  • docstypedoc ./src/index.ts --out ./docs --tsconfig ./tsconfig.esm.json
  • linteslint src/
  • lint:fixeslint src/ --fix
  • prepacknpm run clean && npm run build
  • prettierprettier 'src/**/*.ts' --write
  • rename:esm./scripts/fix-mjs.sh
Dependencies3
  • @azure-rest/ai-inference^1.0.0-beta.6
  • @azure/core-auth^1.10.1
  • @azure/core-sse^2.3.0