fix(uipath-coded-apps): remove token handling guidance#401
Open
kab0rn wants to merge 2 commits intoUiPath:mainfrom
Open
fix(uipath-coded-apps): remove token handling guidance#401kab0rn wants to merge 2 commits intoUiPath:mainfrom
kab0rn wants to merge 2 commits intoUiPath:mainfrom
Conversation
ad97ec8 to
eeb7fc2
Compare
maninder-uipath
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
uip loginand supporteduip codedappcommands.Why
The skill should not teach agents to pass, print, source, or manually set cached access tokens. Coded app operations should stay on supported CLI authentication paths.
Fixes #334
Validation
rg -n "~/.uipath/.auth|UIPATH_ACCESS_TOKEN|source ~/.uipath|cat ~/.uipath|Authorization: Bearer|oauth2/applications|DeployCodedApp|curl\\b" skills/uipath-coded-appsreturns no matches.git diff --checkbash hooks/validate-skill-descriptions.sh skills/uipath-coded-apps/SKILL.mdThe full smoke eval suite depends on the repository CI environment and private test secrets, so it is expected to run in GitHub Actions for this PR.