PkgRadar

Package evidence

@cedarjs/[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.

Weekly downloads
3,010Niche · −30% score
Versions published
1,520Mature · −50% score
First published
May 2025
Publisher
tobbe

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":["@cedarjs/[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":["@cedarjs/[email protected]"],"fail_on":"review"}'
Publishertobbe
Artifact bytes4,165
Previous version5.0.0-canary.2387
Published2026-05-27T19:47:45.199Z
SHA-25684e8b89a69c31f426a45b5e0d4a74a8178a821c4ef749cad00bc88c52b2a09ce

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

review
Last checked
reviewRisk
2Score
5.0.0-canary.2388Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/decoder.jsmatched ".azure"5

Manifest

Package metadata

Scripts9
  • buildtsx ./build.mts && yarn build:types
  • build:packyarn pack -o cedarjs-auth-azure-active-directory-api.tgz
  • build:typestsc --build --verbose ./tsconfig.json
  • build:watchnodemon --watch src --ext "js,jsx,ts,tsx,template" --ignore dist --exec "yarn build"
  • check:attwyarn attw -P
  • check:packageconcurrently npm:check:attw yarn:publint
  • prepublishOnlyNODE_ENV=production yarn build
  • testvitest run
  • test:watchvitest watch
Dependencies2
  • jsonwebtoken9.0.3
  • jwks-rsa3.2.2