PkgRadar

Package evidence

[email protected]

Credential file access: matched ".Azure"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

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

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"}'
Artifact bytes254,988
Previous version1.4.0
Published2026-05-25T05:21:33.284Z
SHA-256ac355f7c2e312ff05ee8d7b29ed4dc940c75638b78e112f8160aef00f5386acd

Why flagged

What the scanner saw

Credential file access: matched ".Azure"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cjs/agentkit/index.jsmatched ".Azure"30
highDNS / OAST exfiltrationpackage/dist/cjs/core/domain/index.jsmatched "dns.lookup"30
highCredential file accesspackage/dist/cjs/index.jsmatched ".Azure"30
highCredential file accesspackage/dist/cjs/agentkit/vendors/llm.jsmatched ".Azure"30
highCredential file accesspackage/dist/cjs/agentkit/vendors/stt.jsmatched ".AZURE"30
highCredential file accesspackage/dist/cjs/agentkit/vendors/tts.jsmatched ".AZURE"30
highDNS / OAST exfiltrationpackage/dist/esm/core/domain/index.mjsmatched "dns.lookup"30
highCredential file accesspackage/dist/esm/agentkit/vendors/llm.mjsmatched ".AZURE"30
highCredential file accesspackage/dist/esm/agentkit/vendors/stt.mjsmatched ".AZURE"30
highCredential file accesspackage/dist/esm/agentkit/vendors/tts.mjsmatched ".AZURE"30
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cjs/agentkit/index.jsmatched ".Azure"30
highDNS / OAST exfiltrationpackage/dist/cjs/core/domain/index.jsmatched "dns.lookup"30
highCredential file accesspackage/dist/cjs/index.jsmatched ".Azure"30
highCredential file accesspackage/dist/cjs/agentkit/vendors/llm.jsmatched ".Azure"30
highCredential file accesspackage/dist/cjs/agentkit/vendors/stt.jsmatched ".AZURE"30
highCredential file accesspackage/dist/cjs/agentkit/vendors/tts.jsmatched ".AZURE"30
highDNS / OAST exfiltrationpackage/dist/esm/core/domain/index.mjsmatched "dns.lookup"30
highCredential file accesspackage/dist/esm/agentkit/vendors/llm.mjsmatched ".AZURE"30
highCredential file accesspackage/dist/esm/agentkit/vendors/stt.mjsmatched ".AZURE"30
highCredential file accesspackage/dist/esm/agentkit/vendors/tts.mjsmatched ".AZURE"30
lowObfuscationpackage/dist/cjs/core/base64.jsmatched "atob("3
lowObfuscationpackage/dist/esm/core/base64.mjsmatched "atob("3

Manifest

Package metadata

Scripts15
  • buildrm -rf dist && pnpm build:cjs && pnpm build:esm
  • build:cjstsc --project ./tsconfig.cjs.json
  • build:esmtsc --project ./tsconfig.esm.json && node scripts/rename-to-esm-files.js dist/esm && node scripts/verify-esm-imports.js dist/esm
  • checkbiome check --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • check:fixbiome check --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • docs:checkecho "docs check script not configured"
  • formatbiome format --write --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • format:checkbiome format --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • lintbiome lint --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • lint:fixbiome lint --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • testvitest
  • test:coveragevitest run --coverage
  • test:coverage:unitvitest run --project unit --coverage
  • test:unitvitest --project unit
  • test:wirevitest --project wire
Dependencies1
  • agora-token^2.0.5