HackerTrans
TopNewTrendsCommentsPastAskShowJobs

8b7875ff

no profile record

comments

8b7875ff
·قبل 11 شهرًا·discuss
> As long as not ALL the data the agent hat access too is checked against the rights of the current user placing the request, there WILL be ways to leak data.

This is the way. This is also a solved problem. We solved it for desktop, web, mobile. Chatbots are just another untrusted frontend and should follow the same patterning to mitigate risks. I.E. do not trust inputs, use the same auth patterns you would for anything else (oauth, ect.).

It is solved and not new.