Skip to content

test: add bounded queries smoke coverage - #6740

Merged
lpcox merged 1 commit into
mainfrom
smoke-bounded-queries
Jul 30, 2026
Merged

test: add bounded queries smoke coverage#6740
lpcox merged 1 commit into
mainfrom
smoke-bounded-queries

Conversation

@lpcox

@lpcox lpcox commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add a scheduled and manually dispatchable bounded-queries smoke test
  • target github/gh-aw through AWF sealed probes
  • verify the public, internal, confidential, and sealed information-budget boundaries
  • confirm staging credentials are not exposed to the agent

Validation

  • bounded-query response sequences validated for all four confidentiality levels
  • sealed-probe protocol and end-to-end suites pass (148 tests)
  • TypeScript type-check and ESLint pass

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 2c8ce3eb-4801-4d82-8d6a-dcbabb5de864
Copilot AI review requested due to automatic review settings July 30, 2026 00:23
@lpcox
lpcox merged commit 28f4685 into main Jul 30, 2026
24 of 25 checks passed
@lpcox
lpcox deleted the smoke-bounded-queries branch July 30, 2026 00:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Not ready to approve

Canonical errors are not checked against audit reasons, so unrelated failures can masquerade as budget enforcement.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Adds scheduled and manual end-to-end smoke coverage for sealed-probe information budgets.

Changes:

  • Exercises all four confidentiality levels against github/gh-aw.
  • Checks bounded responses and agent credential isolation.
File summaries
File Description
scripts/ci/smoke-bounded-queries.sh Runs and validates bounded-query sequences.
.github/workflows/smoke-bounded-queries.yml Schedules and provisions the smoke test.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Medium

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

Comment on lines +105 to +106
[[ "$actual" == "${expected[$attempt]}" ]] ||
fail "${SMOKE_SENSITIVITY} attempt $((attempt + 1)): expected ${expected[$attempt]}, got $actual ($response)"
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