PkgRadar

Package evidence

@ozura/[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
955
Versions published
70
First published
Mar 2026
Publisher
ozjake

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":["@ozura/[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":["@ozura/[email protected]"],"fail_on":"review"}'
Publisherozjake
Artifact bytes474,726
Previous version1.2.4-next.55
Published2026-05-26T15:44:46.016Z
SHA-2562215f705aa64bba9d51b49827cb489fd17be15e95219f0923b929d658083c55c

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/react/index.cjs.jsmatched ".azure"5
lowCredential file accesspackage/dist/server/index.cjs.jsmatched ".azure"5
lowCredential file accesspackage/dist/vue/index.cjs.jsmatched ".azure"5
lowCredential file accesspackage/dist/react/index.esm.jsmatched ".azure"5
lowCredential file accesspackage/dist/server/index.esm.jsmatched ".azure"5
lowCredential file accesspackage/dist/vue/index.esm.jsmatched ".azure"5
lowCredential file accesspackage/dist/oz-elements.esm.jsmatched ".azure"5
lowCredential file accesspackage/dist/oz-elements.umd.jsmatched ".azure"5
lowCredential file accesspackage/dist/frame/tokenizer-frame.jsmatched ".azure"5

Manifest

Package metadata

Scripts10
  • buildnode -e "require('fs').rmSync('dist',{recursive:true,force:true})" && rollup -c rollup.config.mjs
  • check:cspnode scripts/check-csp.mjs
  • devnpm run build && node dev-server.mjs
  • prepublishOnlycross-env NODE_ENV=production npm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2eplaywright test --project=mock
  • test:e2e:liveplaywright test --project=live
  • test:watchvitest
  • watchrollup -c rollup.config.mjs --watch