-
Notifications
You must be signed in to change notification settings - Fork 245
Add security architecture slide to slides/index.md #17501
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,11 @@ theme: gh-aw | |||||
| paginate: true | ||||||
| --- | ||||||
|
|
||||||
| <script src="./js/mermaid.min.js"></script> | ||||||
| <script> | ||||||
| mermaid.initialize({ startOnLoad: true }); | ||||||
| </script> | ||||||
|
|
||||||
| # GitHub Agentic Workflows | ||||||
| ## Write AI Automation in Natural Language | ||||||
| ### Technical Preview | ||||||
|
|
@@ -73,6 +78,54 @@ Summarize this issue and respond in a comment. | |||||
|
|
||||||
| --- | ||||||
|
|
||||||
| # Security Architecture | ||||||
|
|
||||||
| ## Multi-layered defense in depth | ||||||
|
|
||||||
| <pre class="mermaid"> | ||||||
| flowchart TB | ||||||
| subgraph ActionJobVM["Action Job VM"] | ||||||
| subgraph Sandbox1["Sandbox"] | ||||||
| Agent["Agent Process"] | ||||||
| end | ||||||
|
|
||||||
| Proxy1["Proxy / Firewall"] | ||||||
| Gateway["Gateway<br/>(mcpg)"] | ||||||
|
||||||
| Gateway["Gateway<br/>(mcpg)"] | |
| Gateway["Gateway<br/>(mcpg)"] |
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.
These workflow entries appear to be unrelated to the stated purpose of this PR, which is to add a security architecture slide to the main slides deck. The PR description mentions adding a security architecture slide and Mermaid script initialization, but does not mention updating the agent factory status table. Consider moving these changes to a separate PR to maintain a clear separation of concerns.