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.

Weekly downloads
1
Versions published
8
First published
Jul 2025
Publisher
aoneahsan

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"}'
Publisheraoneahsan
Artifact bytes968,829
Previous version2.3.0
Published2026-05-26T19:51:27.638Z
SHA-25683b3e8b159d5d872d5c7bb87380e0245220746b104c3cb2231739e6d89dd0500

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/angular.cjs.jsmatched ".azure"5
lowCredential file accesspackage/dist/core.cjs.jsmatched ".azure"5
lowCredential file accesspackage/dist/plugin.cjs.jsmatched ".azure"5
lowCredential file accesspackage/dist/plugin.jsmatched ".azure"5
lowCredential file accesspackage/dist/esm/core/provider-manifests.jsmatched ".azure"5
lowCredential file accesspackage/dist/react.cjs.jsmatched ".azure"5
lowCredential file accesspackage/dist/vue.cjs.jsmatched ".azure"5

Manifest

Package metadata

Scripts13
  • buildnpm run clean && npm run tsc && rollup -c rollup.config.mjs
  • cleanrimraf ./dist
  • configurenode scripts/configure.js
  • linteslint . --ext ts
  • prepublishOnlynpm run build
  • prettierprettier --write .
  • swiftlintcd ios && swiftlint lint --fix --format --path Plugin --verbose
  • testvitest
  • test:civitest run --reporter=junit --outputFile=reports/junit.xml
  • test:coveragevitest run --coverage
  • test:runvitest run
  • tsctsc -p tsconfig.build.json
  • watchtsc --watch
Dependencies1
  • tslib^2.8.1
Optional dependencies1
  • capacitor-biometric-authentication^2.2.0