You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger:schedule (daily or weekly) + workflow_dispatch
Purpose: Detect downstream workflow integration drift for repos that consume elastic/ai-github-actions (mismatched workflow_run.workflows names, broken/missing auth token wiring, stale workflow references), and produce one actionable consolidated report.
internal-downstream-health reports bot activity/silence and recurring failures, but does not continuously validate downstream integration contract drift (trigger-name correctness, wiring correctness, stale references) as a dedicated detector.
Add gh-aw-downstream-integration-drift-detector under gh-agent-workflows/ as a scheduled detector.
Validate workflow contract checks (trigger name matching, required secret/token wiring, stale reference checks) and group findings per downstream repo.
Implement dedupe so one open issue is updated instead of creating repeated noise for unchanged drift.
Note
🔒 Integrity filter blocked 94 items
The following items were blocked because they don't meet the GitHub integrity level.
#392list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#700search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#1025search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#405search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#333search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#357search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#359search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#354search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#301search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#167search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#129search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#937search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#851search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#767search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#705search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#703search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
... and 78 more items
To allow these resources, lower min-integrity in your GitHub frontmatter:
Agent Suggestions
Date: 2026-05-04
1. Downstream Integration Drift Detector
Trigger:
schedule(daily or weekly) +workflow_dispatchPurpose: Detect downstream workflow integration drift for repos that consume
elastic/ai-github-actions(mismatchedworkflow_run.workflowsnames, broken/missing auth token wiring, stale workflow references), and produce one actionable consolidated report.Proposed safe outputs:
create-issue(single grouped report),add-comment(optional run-level remediation notes),noopEvidence:
Why not covered already:
internal-downstream-healthreports bot activity/silence and recurring failures, but does not continuously validate downstream integration contract drift (trigger-name correctness, wiring correctness, stale references) as a dedicated detector.[agent-suggestions]items ([agent-suggestions] Agent suggestions - 2026-03-02 #528, [agent-suggestions] Agent suggestions - 2026-03-09 #625, [agent-suggestions] Agent suggestions - 2026-03-16 #713, [agent-suggestions] Agent suggestions - 2026-04-06 #879) covered different scopes (failure clustering, AW failure remediation loop, quickstart guard, workflow-patrol remediator), not downstream contract-drift detection.Duplicate Checks
Downstream Signals
elastic/elastic-agent,elastic/ai-github-actions-playground: repeated auth/config failures surfaced in downstream health reportselastic/integrations: workflow trigger name mismatch issueSuggested Next Steps
gh-aw-downstream-integration-drift-detectorundergh-agent-workflows/as a scheduled detector.Note
🔒 Integrity filter blocked 94 items
The following items were blocked because they don't meet the GitHub integrity level.
list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:What is this? | From workflow: Trigger Agent Suggestions
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.