test: add OTEL span content leakage integration tests#485
Merged
Conversation
COE Finding: User prompts and agent responses must never leak into exported OTEL span attributes, events, or resource attributes. These tests send requests with unique sentinel strings through the full request lifecycle and verify they are absent from all exported span data. Covers: BedrockAgentCoreApp (sync + streaming), A2A, AG-UI.
Hweinstock
approved these changes
May 19, 2026
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
Test cases
test_sync_invocation_no_user_content_in_spans— standard JSON request/responsetest_streaming_invocation_no_user_content_in_spans— async generator streamingtest_a2a_message_send_no_user_content_in_spans— A2A protocol (skips if a2a-sdk not installed)test_ag_ui_no_user_content_in_spans— AG-UI protocol (skips if ag-ui not installed)Test plan