registry  /  @uipath/skills  /  1.197.1

@uipath/skills@1.197.1

UiPath agent skills for Claude Code, Codex, Cursor, Copilot, Gemini and OpenCode — RPA, UI automation, UI testing, coded agents/apps/workflows, and troubleshooting. Distributed as the UiPath Claude Code plugin.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 20 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 15 file(s), 293 KB of source, external domains: acme.api.uipath.com

Source & flagged code

13 flagged · loading source
skills/uipath-coded-apps/assets/scripts/dashboards/lifecycle.mjsView file
13import { pathToFileURL } from 'url' L14: import { execSync } from 'child_process' L15: import { createConnection } from 'net'
High
Child Process

Package source references child process execution.

skills/uipath-coded-apps/assets/scripts/dashboards/lifecycle.mjsView on unpkg · L13
skills/uipath-coded-apps/scripts/validate-action-schema.jsView file
35L36: const fs = require('fs'); L37:
Medium
Dynamic Require

Package source references dynamic require/import behavior.

skills/uipath-coded-apps/scripts/validate-action-schema.jsView on unpkg · L35
skills/uipath-coded-apps/assets/scripts/dashboards/build-dashboard.mjsView file
427try { L428: execSync('npx tsc -p tsconfig.metrics.json', { cwd: projectPath, stdio: 'pipe' }) L429: return { ok: true }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

skills/uipath-coded-apps/assets/scripts/dashboards/build-dashboard.mjsView on unpkg · L427
hooks/suggest-permissions.shView file
path = hooks/suggest-permissions.sh kind = build_helper sizeBytes = 1651 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

hooks/suggest-permissions.shView on unpkg
skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gzView file
path = skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz kind = high_entropy_blob sizeBytes = 49700 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gzView on unpkg
path = skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz kind = payload_in_excluded_dir sizeBytes = 49700 magicHex = [redacted]
High
Payload In Excluded Dir

Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.

skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gzView on unpkg
path = skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz kind = compressed_blob sizeBytes = 49700 magicHex = [redacted]
Medium
Ships Compressed Blob

Package ships compressed or archive-like blobs.

skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gzView on unpkg
skills/uipath-rpa/references/activity-docs/UiPath.NetIQeDirectory.Activities/1.6/coded/examples.mdView file
39patternName = generic_password severity = medium line = 39 matchedText = password...3!",
Medium
Secret Pattern

Hardcoded password in skills/uipath-rpa/references/activity-docs/UiPath.NetIQeDirectory.Activities/1.6/coded/examples.md

skills/uipath-rpa/references/activity-docs/UiPath.NetIQeDirectory.Activities/1.6/coded/examples.mdView on unpkg · L39
skills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/coded/examples.mdView file
128patternName = generic_password severity = medium line = 128 matchedText = password...23",
Medium
Secret Pattern

Hardcoded password in skills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/coded/examples.md

skills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/coded/examples.mdView on unpkg · L128
144patternName = generic_password severity = medium line = 144 matchedText = password...23",
Medium
Secret Pattern

Hardcoded password in skills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/coded/examples.md

skills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/coded/examples.mdView on unpkg · L144
skills/uipath-rpa/references/activity-docs/UiPath.AmazonWebServices.Activities/2.9/coded/examples.mdView file
251patternName = generic_password severity = medium line = 251 matchedText = password...3!",
Medium
Secret Pattern

Hardcoded password in skills/uipath-rpa/references/activity-docs/UiPath.AmazonWebServices.Activities/2.9/coded/examples.md

skills/uipath-rpa/references/activity-docs/UiPath.AmazonWebServices.Activities/2.9/coded/examples.mdView on unpkg · L251
skills/uipath-rpa/references/activity-docs/UiPath.AzureActiveDirectory.Activities/1.6/coded/examples.mdView file
222patternName = generic_password severity = medium line = 222 matchedText = password...6!",
Medium
Secret Pattern

Hardcoded password in skills/uipath-rpa/references/activity-docs/UiPath.AzureActiveDirectory.Activities/1.6/coded/examples.md

skills/uipath-rpa/references/activity-docs/UiPath.AzureActiveDirectory.Activities/1.6/coded/examples.mdView on unpkg · L222
skills/uipath-rpa/references/activity-docs/UiPath.ActiveDirectory.Activities/1.7/coded/examples.mdView file
39patternName = generic_password severity = medium line = 39 matchedText = password...3!",
Medium
Secret Pattern

Hardcoded password in skills/uipath-rpa/references/activity-docs/UiPath.ActiveDirectory.Activities/1.7/coded/examples.md

skills/uipath-rpa/references/activity-docs/UiPath.ActiveDirectory.Activities/1.7/coded/examples.mdView on unpkg · L39

Findings

5 High11 Medium4 Low
HighChild Processskills/uipath-coded-apps/assets/scripts/dashboards/lifecycle.mjs
HighShell
HighRuntime Package Installskills/uipath-coded-apps/assets/scripts/dashboards/build-dashboard.mjs
HighShips High Entropy Blobskills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz
HighPayload In Excluded Dirskills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz
MediumDynamic Requireskills/uipath-coded-apps/scripts/validate-action-schema.js
MediumEnvironment Vars
MediumShips Build Helperhooks/suggest-permissions.sh
MediumShips Compressed Blobskills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz
MediumStructural Risk Force Deep Review
MediumSecret Patternskills/uipath-rpa/references/activity-docs/UiPath.NetIQeDirectory.Activities/1.6/coded/examples.md
MediumSecret Patternskills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/coded/examples.md
MediumSecret Patternskills/uipath-rpa/references/activity-docs/UiPath.System.Activities/25.10/coded/examples.md
MediumSecret Patternskills/uipath-rpa/references/activity-docs/UiPath.AmazonWebServices.Activities/2.9/coded/examples.md
MediumSecret Patternskills/uipath-rpa/references/activity-docs/UiPath.AzureActiveDirectory.Activities/1.6/coded/examples.md
MediumSecret Patternskills/uipath-rpa/references/activity-docs/UiPath.ActiveDirectory.Activities/1.7/coded/examples.md
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings