docs(integrations): add Guarding the model endpoint (offline I/O guard for Lemonade)#1809
docs(integrations): add Guarding the model endpoint (offline I/O guard for Lemonade)#1809eeee2345 wants to merge 1 commit into
Conversation
…d for Lemonade) A vendor-neutral pattern for inspecting model + MCP tool I/O in front of the Lemonade endpoint, fully offline, complementing gaia.governance (which guards tool calls). Adds the page to the Integrations nav and a cross-link from the Connections security page. Links the open MIT ruleset (Agent Threat Rules) and a MIT reference implementation; GAIA core takes no new dependency. Closes amd#1689
Review: docs(integrations): Guarding the model endpointSummaryClean, accurate, docs-only PR — safe to merge. It adds one Integrations page describing a vendor-neutral offline guard proxy at the model I/O boundary, wires it into Issues Found🟢 Minor — H1/Badge ordering differs from sibling pages ( 🟢 Minor — external repos are unverifiable third-party links ( On the open question in your description: the Strengths
VerdictApprove. No blocking issues; the two minor nits are optional polish. |
Closes #1689
Adds a docs page for a vendor-neutral pattern that guards the model I/O boundary — prompt injection in content, tool poisoning on the MCP path — in front of the Lemonade endpoint, fully offline. It complements
gaia.governance(which guards tool calls) for defense in depth.What's here (docs-only):
docs/integrations/guard-proxy.mdx— the pattern, how it complementsgaia.governance, an offline quick-start, vendor-neutrality, and honest limitations.docs/docs.json— adds the page to the Integrations nav.docs/security/connections.mdx— one cross-link under "See also".Links the open MIT ruleset (Agent Threat Rules) and a MIT reference implementation (runs the demo fully offline). GAIA core takes no new dependency; nothing is vendored.
Notes for review:
community(vs the siblings'development) to signal this is a third-party pattern, not a GAIA-developed feature — happy to switch todevelopmentif you'd prefer consistency.gaia.governanceREADME — happy to add that as a small follow-up if useful, but leftsrc/untouched so this stays a fast docs review.amd-gaia.ailinks carry the/docs/prefix per your note.Thanks @kovtcharov for the placement guidance.