[audit-workflows] Daily Agentic Workflow Audit — 2026-04-29 #29196
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-04-30T21:32:09.473Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Daily audit of agentic workflows for 2026-04-29. This is the first run of the audit agent, establishing a baseline. 50 runs analyzed across 163 configured workflows. No MCP failures or missing tool requests detected. Two runs were cancelled due to superseded pushes; one permission issue found in the workflow updater.
Summary
Workflow Health
The high skip rate is expected behavior: most workflows are event-triggered (PR labels, slash commands, deployment events) and only fire when their specific conditions are met. The two cancellations were both
smoke-ciruns superseded by rapid successive pushes — a normal CI pattern.Token Usage & Engine Distribution
38 of 50 runs had no engine identified (skipped/cancelled runs with no agent execution). Among runs that executed: Copilot handled 8, Claude handled 3, Codex 1. The highest-cost individual runs were Claude-powered (
sergoat $1.92,static-analysis-reportat $1.72).Issues Found
Medium Severity
Git push permission denied in
daily-workflow-updater— Run §25133773670workflowswrite permission, preventing pushes to.github/workflows/filesworkflowspermission to the GitHub App, or route workflow file changes through PRs with explicit approvalLow Severity
Run-cancellation artifact cascade in
smoke-ci— Runs §25134101840, §25134073487if: always() && steps.download.outcome != 'failure')Cache-memory artifact missing —
slide-deck-maintainer,step-name-alignmentObservability Signals
View All Observations
test-quality-sentinelai-moderatorReadtool = 64% of all tool calls; narrow capability pathHigh-Cost Runs
View Top Token Consumers
Engine Breakdown
Recommendations
workflowspermission to the GitHub App used bydaily-workflow-updaterto enable direct workflow file updates without fallback issuessmoke-ciconclusion resilience — add skip condition when agent artifact is absent after cancellationtest-quality-sentinelturn volatility — high variance (4–32 turns) may indicate prompt instability or inconsistent input sizesai-moderatorfirewall blocks — 25% block rate is noteworthy; review if legitimate requests are being blockedReferences:
Beta Was this translation helpful? Give feedback.
All reactions