PkgRadar

Package evidence

@uipath/[email protected]

Large Javascript Payload: 2664203 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.

Versions published
7
First published
Mar 2026
Publisher
aoltean16

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"}'
Publisheraoltean16
Artifact bytes430,364
Previous version0.2.0
Published2026-04-30T15:47:32.950Z
SHA-25652445a4fb31b6aedfe2910679dc595802c2f5c029725146a4958ef6c95c4e20b

Why flagged

What the scanner saw

Large Javascript Payload: 2664203 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2664203 bytes10

Manifest

Package metadata

Scripts5
  • buildbun build ./src/index.ts --outdir dist --format esm --target node && tsc -p tsconfig.build.json --noCheck
  • generatebun run src/scripts/generate-sdk.ts
  • lintbiome check .
  • testvitest run
  • test:coveragevitest run --coverage