Agent copying and actions credential security #7755
-
Hey folks,
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Jun 12, 2025
Replies: 1 comment 1 reply
-
any hints here will be appreciated. How do others deal with shared agents and credentials? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The thought behind this was only user who is the author can copy. This is changing pretty soon with the granular permissions for agents update, for which there is an open PR.
Right now, if you provided credentials from the frontend for a specific agent tool, the credentials will not be shared. Only if the credentials are provided via .env which is implicit authentication for all users.
On point 2, this usually leads to errors with a non-intuitive way to provide credentials if an agent was shared that uses user-provided credentials. This is also on my radar to address, as is already done when OAuth actions require authentication.