Skip to content

Comments

Add security architecture slide to slides/index.md#17501

Merged
pelikhan merged 3 commits intomainfrom
copilot/add-slide-security-architecture
Feb 21, 2026
Merged

Add security architecture slide to slides/index.md#17501
pelikhan merged 3 commits intomainfrom
copilot/add-slide-security-architecture

Conversation

Copy link
Contributor

Copilot AI commented Feb 21, 2026

The main slides deck (slides/index.md) lacked a security architecture slide, while the docs slides (docs/slides/index.md) already had comprehensive coverage.

Changes

  • slides/index.md: Added a "Security Architecture" slide after "Security by Default", featuring:
    • Mermaid flowchart TB diagram of the Action Job VM showing isolated sandboxes (Agent, MCP Server, Skill) with Proxy/Firewall layers and central MCP Gateway routing
    • Three-bullet summary of the key security principles: container isolation, per-layer proxy/firewall, and MCP Gateway as the auditable control plane
  • Added Mermaid script initialization to slides/index.md to enable diagram rendering at runtime

Warning

Custom agent used: technical-doc-writer
AI technical documentation writer for GitHub Actions library using GitHub Docs voice

Original prompt

Add slide on security architecture

Custom agent used: technical-doc-writer
AI technical documentation writer for GitHub Actions library using GitHub Docs voice


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add slide on security architecture Add security architecture slide to slides/index.md Feb 21, 2026
Copy link
Contributor

@pelikhan pelikhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot use mermaid

@pelikhan
Copy link
Contributor

@copilot use mermaid

… slide

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 21, 2026

@copilot use mermaid

Done in c46575f. Replaced the ASCII diagram with a Mermaid flowchart TB using the <pre class="mermaid"> pattern (same as docs/slides/index.md). Also added the mermaid.min.js script initialization to slides/index.md so Mermaid renders at runtime.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@pelikhan pelikhan marked this pull request as ready for review February 21, 2026 16:33
Copilot AI review requested due to automatic review settings February 21, 2026 16:33
@pelikhan pelikhan merged commit 99b3282 into main Feb 21, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/add-slide-security-architecture branch February 21, 2026 16:33
Copy link
Contributor

Copilot AI left a 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 a security architecture slide to the main slides deck (slides/index.md) that was previously only available in the comprehensive docs slides. The new slide features a Mermaid flowchart diagram illustrating the multi-layered defense architecture with isolated sandboxes and proxy/firewall controls.

Changes:

  • Added a "Security Architecture" slide after "Security by Default" in slides/index.md with a Mermaid diagram and three security principle bullets
  • Added Mermaid script initialization to enable diagram rendering in the slides
  • Added four new workflow entries to the agent factory status documentation table

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
slides/index.md Added security architecture slide with Mermaid diagram showing multi-layered defense and initialized Mermaid rendering script
docs/src/content/docs/agent-factory-status.mdx Added four new workflow entries (Daily Rendering Scripts Verifier, Smoke Agent, Smoke Copilot ARM64, Smoke Multi PR)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

end

Proxy1["Proxy / Firewall"]
Gateway["Gateway<br/>(mcpg)"]
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The HTML <br/> tag in the Gateway label should use HTML entity encoding to match the pattern used in docs/slides/index.md (line 406). The tag should be encoded as &lt;br/&gt; instead of <br/> to ensure consistent rendering across different Marp processors and prevent potential HTML injection issues in the diagram.

Suggested change
Gateway["Gateway<br/>(mcpg)"]
Gateway["Gateway&lt;br/&gt;(mcpg)"]

Copilot uses AI. Check for mistakes.
Comment on lines 66 to 142
@@ -132,10 +133,13 @@ These are experimental agentic workflows used by the GitHub Next team to learn,
| [Semantic Function Refactoring](https://github.com/github/gh-aw/blob/main/.github/workflows/semantic-function-refactor.md) | claude | [![Semantic Function Refactoring](https://github.com/github/gh-aw/actions/workflows/semantic-function-refactor.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/semantic-function-refactor.lock.yml) | - | - |
| [Sergo - Serena Go Expert](https://github.com/github/gh-aw/blob/main/.github/workflows/sergo.md) | claude | [![Sergo - Serena Go Expert](https://github.com/github/gh-aw/actions/workflows/sergo.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/sergo.lock.yml) | - | - |
| [Slide Deck Maintainer](https://github.com/github/gh-aw/blob/main/.github/workflows/slide-deck-maintainer.md) | copilot | [![Slide Deck Maintainer](https://github.com/github/gh-aw/actions/workflows/slide-deck-maintainer.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/slide-deck-maintainer.lock.yml) | `0 16 * * 1-5` | - |
| [Smoke Agent](https://github.com/github/gh-aw/blob/main/.github/workflows/smoke-agent.md) | codex | [![Smoke Agent](https://github.com/github/gh-aw/actions/workflows/smoke-agent.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/smoke-agent.lock.yml) | - | - |
| [Smoke Claude](https://github.com/github/gh-aw/blob/main/.github/workflows/smoke-claude.md) | claude | [![Smoke Claude](https://github.com/github/gh-aw/actions/workflows/smoke-claude.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/smoke-claude.lock.yml) | - | - |
| [Smoke Codex](https://github.com/github/gh-aw/blob/main/.github/workflows/smoke-codex.md) | codex | [![Smoke Codex](https://github.com/github/gh-aw/actions/workflows/smoke-codex.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/smoke-codex.lock.yml) | - | - |
| [Smoke Copilot](https://github.com/github/gh-aw/blob/main/.github/workflows/smoke-copilot.md) | copilot | [![Smoke Copilot](https://github.com/github/gh-aw/actions/workflows/smoke-copilot.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/smoke-copilot.lock.yml) | - | - |
| [Smoke Copilot ARM64](https://github.com/github/gh-aw/blob/main/.github/workflows/smoke-copilot-arm.md) | copilot | [![Smoke Copilot ARM64](https://github.com/github/gh-aw/actions/workflows/smoke-copilot-arm.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/smoke-copilot-arm.lock.yml) | - | - |
| [Smoke Gemini](https://github.com/github/gh-aw/blob/main/.github/workflows/smoke-gemini.md) | gemini | [![Smoke Gemini](https://github.com/github/gh-aw/actions/workflows/smoke-gemini.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/smoke-gemini.lock.yml) | - | - |
| [Smoke Multi PR](https://github.com/github/gh-aw/blob/main/.github/workflows/smoke-multi-pr.md) | copilot | [![Smoke Multi PR](https://github.com/github/gh-aw/actions/workflows/smoke-multi-pr.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/smoke-multi-pr.lock.yml) | - | - |
Copy link

Copilot AI Feb 21, 2026

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants