gen-ai: move security guardian stories to separate draft#3434
Closed
nagkumar91 wants to merge 29 commits intoopen-telemetry:mainfrom
Closed
gen-ai: move security guardian stories to separate draft#3434nagkumar91 wants to merge 29 commits intoopen-telemetry:mainfrom
nagkumar91 wants to merge 29 commits intoopen-telemetry:mainfrom
Conversation
…ools - Remove redundant files from git (kept locally): genai_guardrail_instrumentation_prototype.py, demo_chat.py, demo_tools.py - Reduce framework adapters from 6 to 2 (keep LangChain + MCP, others preserved locally) - Move trace viewer utilities to tools/ directory - Consolidate README from 750+ lines to ~165 lines - Update .gitignore to ignore archived files
…CP elicitation - Clarify guardian vs guardrail semantics in registry.yaml: - gen_ai.guardian.* is for the evaluating service/component - gen_ai.security.policy.* is for configuration/policy identifiers - Added mapping guidance for AWS Bedrock, Azure Content Safety - Add gen_ai.security.external_event_id attribute for SIEM correlation - Add MCP elicitation guard methods: - guard_elicitation_request: guard outbound requests to user - guard_elicitation_response: guard user's input responses - Regenerate markdown files from updated YAML Addresses feedback from @habibam and @adityamehra
The advanced_agent_security_plan.md is a working document, not part of the spec. The relevant information is now in prototype/README.md and docs/gen-ai/gen-ai-security.md.
The trace viewer utilities are Azure-specific and add complexity without being essential for validating the spec. They remain available locally for development use.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
This PR has been labeled as stale due to lack of activity. It will be automatically closed if there is no further activity over the next 7 days. |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This draft PR contains the non-essential files moved out of #3233 to keep #3233 focused on minimal semconv/security spec scope.
Moved from #3233
Context
Split requested during review to reduce PR size and keep semconv spec changes in #3233 minimal.