-
Notifications
You must be signed in to change notification settings - Fork 609
Add guidance for controlling AI agent identity and permissions #1422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added guidance on controlling AI agent permissions to enhance security and compliance.
|
@azarboon : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit dc9380e: 💡 Validation status: suggestions
docs/scenarios/ai/secure.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
|
Learn Build status updates of commit 80969f8: 💡 Validation status: suggestions
docs/scenarios/ai/secure.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
|
I considered using relative links, but I was concerned about introducing incorrect paths. In this repo, referenced pages resolve under different prefixes such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds guidance for controlling AI agent permissions and autonomy to address OWASP LLM06 Excessive Agency risks. The addition expands the security documentation to cover AI agents that can autonomously invoke APIs and perform actions, filling a gap in the current guidance that focuses primarily on workloads, networks, and data paths.
Changes:
- Added a new point (#4) under "Secure AI resources" section with comprehensive guidance on controlling AI agent permissions and autonomy
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
@stephen-sumner can you please review this? |
|
@azarboon - It's in the backlog for me to review. Thank you for your patience. |
This change adds actionable guidance for controlling the permissions and autonomy of AI agents to address risks related to OWASP LLM06 Excessive Agency. The current article focuses on securing AI workloads, networks, and data paths, but does not sufficiently address AI agents that can autonomously invoke APIs, modify data, or trigger downstream actions. This creates a security gap in which agents may operate with excessive privileges, limited traceability, and insufficient oversight. This update introduces agent-specific controls to help mitigate these risks.