PkgRadar

Package evidence

@uipath/[email protected]

Large Javascript Payload: 2171047 bytes

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
5,818Niche · −30% score
Versions published
15
First published
Mar 2026
Publisher
andrei-balint

Effective trust discount applied: 30% (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"}'
Publisherandrei-balint
Artifact bytes475,778
Previous version0.9.4
Published2026-05-12T13:35:35.257Z
SHA-256b98fb45fb27a6497cba1f098442f6c43777deded146ac1b4be54e618e46bfde3

Why flagged

What the scanner saw

Large Javascript Payload: 2171047 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/tool.js2171047 bytes10

Manifest

Package metadata

Scripts8
  • buildbunx tsc --noEmit && bun build ./src/packager-tool.ts --outdir dist --format esm --target node && bun build ./src/tool.ts --outdir dist --format esm --target node --external '*/packager-tool.js' --external applicationinsights && bun build ./src/index.ts --outdir dist --format esm --target node --external '*/tool.js' --external applicationinsights
  • bump-uipath-alphabun run scripts/bump-uipath-alpha.ts
  • bump-uipath-stablebun run scripts/bump-uipath-stable.ts
  • generate-docsbun run scripts/generate-docs.ts
  • lintbunx @biomejs/biome check src
  • lint:fixbunx @biomejs/biome check --write src
  • packagebun run build && bun pm pack
  • testbun test