PkgRadar

Package evidence

@uipath/[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
793
Versions published
27Established · −30% score
First published
Sep 2025
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

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":["@uipath/[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":["@uipath/[email protected]"],"fail_on":"review"}'
Artifact bytes1,222,061
Previous version1.3.7
Published2026-05-13T04:46:42.717Z
SHA-2565d8bcdd9e72c7886b05f2d35309fde0cd937eef8e14b166816ea3539bff58dbb

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 29 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/assets/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/attachments/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/buckets/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/cases/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/conversational-agent/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/core/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/entities/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/feedback/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/jobs/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/maestro-processes/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/processes/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/queues/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/tasks/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/index.umd.jsmatched ".azure"5
lowCredential file accesspackage/dist/assets/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/attachments/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/buckets/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/cases/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/conversational-agent/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/core/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/entities/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/feedback/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/jobs/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/maestro-processes/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/processes/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/queues/index.mjsmatched ".azure"5
lowCredential file accesspackage/dist/tasks/index.mjsmatched ".azure"5

Manifest

Package metadata

Scripts21
  • buildrollup -c
  • build:watchrollup -c -w
  • cleanrimraf dist && rimraf node_modules && rimraf package-lock.json
  • docs:apitypedoc && npm run docs:post-process && npm run docs:coded-action-apps
  • docs:coded-action-appsnpm run docs --prefix packages/coded-action-apps
  • docs:post-processnode scripts/docs-post-process.mjs
  • lintoxlint
  • prebuildrimraf dist
  • prepackrimraf *.tgz
  • testvitest
  • test:allnpm run test:unit && npm run test:integration
  • test:coveragevitest --coverage
  • test:integrationvitest --config vitest.integration.config.ts
  • test:integration:smokevitest tests/integration/shared/smoke.integration.test.ts --config vitest.integration.config.ts
  • test:integration:v0vitest --config vitest.integration.config.ts --testNamePattern='\[v0\]'
  • test:integration:v1vitest --config vitest.integration.config.ts --testNamePattern='\[v1\]'
  • test:integration:watchvitest --config vitest.integration.config.ts --watch
  • test:uivitest --ui
  • test:unitvitest tests/unit
  • test:watchvitest --watch
  • typechecktsc --noEmit
Dependencies2
  • @opentelemetry/sdk-logs^0.204.0
  • socket.io-client^4.8.1