Skip to content

AI Security Domain first commit#397

Merged
mattaereal merged 4 commits intodevelopfrom
ai-security
Mar 2, 2026
Merged

AI Security Domain first commit#397
mattaereal merged 4 commits intodevelopfrom
ai-security

Conversation

@mattaereal
Copy link
Collaborator

Summary

Adds a new AI Security framework to docs, including overview + subtopic pages, navigation updates for develop, and contributor attribution updates.

What’s included

  • New domain: docs/pages/ai-security/
    • overview.mdx
    • prompt-injection-defenses.mdx
    • ai-browsers.mdx
    • ai-workflows-developers-vs-non-developers.mdx
    • data-exfiltration-via-generative-systems.mdx
    • execution-path-enforcement.mdx
    • ai-execution-sandboxing.mdx
    • capability-based-isolation-for-ai-agents.mdx
    • sandboxing-for-tool-and-execution-calls.mdx
    • network-and-resource-isolation-in-ai-sandboxes.mdx
    • sandboxing-as-a-complement-to-execution-path-enforcement.mdx
    • ai-execution-sandboxing-practical-guide.mdx
    • index.mdx
  • Updated intro overview to include AI Security on develop:
    • docs/pages/intro/overview-of-each-framework.mdx
  • Updated sidebar/nav for develop:
    • vocs.config.tsx

Contributors

Added to docs/pages/config/contributors.json:

  • munamwasi
  • jubos
  • masterfung

Updated AI Security page frontmatter:

  • wrote: [munamwasi, jubos, masterfung]
  • reviewed: [mattaereal]

Notes

  • Local build issue was runtime mismatch (Node 20 + vocs@1.2.1).
  • Verified build/serve works with Node 22 (consistent with Cloudflare runtime).

@security-alliance security-alliance deleted a comment from github-actions bot Feb 28, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 28, 2026

Deploying frameworks with  Cloudflare Pages  Cloudflare Pages

Latest commit: bb155b1
Status: ✅  Deploy successful!
Preview URL: https://797692a0.frameworks-573.pages.dev
Branch Preview URL: https://ai-security.frameworks-573.pages.dev

View logs

@github-actions
Copy link

Sidebar Configuration Reminder

Documentation files update:

New in this push:

  • docs/pages/ai-security/ai-browsers.mdx (added) ← NEW
  • docs/pages/ai-security/ai-execution-sandboxing-practical-guide.mdx (added) ← NEW
  • docs/pages/ai-security/ai-execution-sandboxing.mdx (added) ← NEW
  • docs/pages/ai-security/ai-workflows-developers-vs-non-developers.mdx (added) ← NEW
  • docs/pages/ai-security/capability-based-isolation-for-ai-agents.mdx (added) ← NEW
  • docs/pages/ai-security/data-exfiltration-via-generative-systems.mdx (added) ← NEW
  • docs/pages/ai-security/execution-path-enforcement.mdx (added) ← NEW
  • docs/pages/ai-security/index.mdx (added) ← NEW
  • docs/pages/ai-security/network-and-resource-isolation-in-ai-sandboxes.mdx (added) ← NEW
  • docs/pages/ai-security/overview.mdx (added) ← NEW
  • docs/pages/ai-security/prompt-injection-defenses.mdx (added) ← NEW
  • docs/pages/ai-security/sandboxing-as-a-complement-to-execution-path-enforcement.mdx (added) ← NEW
  • docs/pages/ai-security/sandboxing-for-tool-and-execution-calls.mdx (added) ← NEW

Please ensure that:

  • The sidebar in vocs.config.tsx has been updated to include these files
  • New content has the dev: true parameter so it's marked as under development
  • Sidebar links match the file paths - use the preview deployment to verify

See Contributing Guide – Sidebar & Navigation for more details.


This is an automated reminder. If this PR doesn't need sidebar changes, you can ignore this message.

@mattaereal mattaereal requested a review from scode2277 February 28, 2026 01:17
@mattaereal mattaereal self-assigned this Feb 28, 2026
@mattaereal mattaereal added the content:add This issue or PR adds content or suggests to label Feb 28, 2026
@mattaereal mattaereal moved this to In review in Security Frameworks Feb 28, 2026
@scode2277
Copy link
Collaborator

Read it through and the content is 100% solid, it was a very good read! Great work everyone!

I just left some suggestions on how to make the reading flow smoother, with more clear context divisions so the reader doesn't get lost

mattaereal and others added 2 commits March 2, 2026 16:02
Co-authored-by: Sara Russo <sararusso984@gmail.com>
Co-authored-by: Sara Russo <sararusso984@gmail.com>
@mattaereal
Copy link
Collaborator Author

Read it through and the content is 100% solid, it was a very good read! Great work everyone!

I just left some suggestions on how to make the reading flow smoother, with more clear context divisions so the reader doesn't get lost

I read them all and went straight ahead to implement them, I want to favor clear divisions so anyone knows where to contribute more easily. If it's too much we can always revert

@mattaereal mattaereal merged commit 8af1c97 into develop Mar 2, 2026
4 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in Security Frameworks Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content:add This issue or PR adds content or suggests to

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants