[audit-workflows] Daily Audit — 2026-04-27 #28804
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Agentic Workflow Audit Agent. A newer discussion is available at Discussion #28988. |
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
38 agentic workflow runs executed over the past 24 hours, consuming 18.9M tokens at a total cost of $9.46. The overall success rate was 79% (30/38 runs). One intentional failure, 5 cancellations, and no missing tools or data were detected.
Engine breakdown: Copilot: 23 runs · Claude: 10 runs · Codex: 1 run
Workflow Health
Today's run activity peaked between 17:00–20:00 UTC, driven by scheduled daily workflows. The engine distribution shows Copilot handling the majority of runs (61%), with Claude handling the more complex/costly tasks. All workflow files are compiled and healthy.
Token & Cost Leaders
Claude workflows dominate cost — the top 5 workflows account for $8.43 of the $9.46 daily total. Design Decision Gate ran 4 times today at a combined $2.21, making it the highest-cost workflow by frequency. Token caching is active across Claude runs (cache read tokens significantly exceed input tokens).
Issues & Findings
✅ Design Decision Gate — Intentional Failure (Expected)
failureconclusion · PRcopilot/asi-06-sanitize-repo-and-cache-memorypkg/andactions/without an ADR. The gate correctly triggered, generated a draft ADR (docs/adr/28777-content-based-prompt-injection-scanning-for-agent-memory.md), pushed it to the PR branch, and posted a blocking comment.failureconclusion is intentional and blocks merging until an ADR is linked./tmp/gh-aw/agent/adr-prefetch-summary.json,/tmp/gh-aw/agent/design-gate-config.yml). The workflow recovered gracefully via fallback logic.turns=15 tool_types=11 duration=5m49s❌ Cancellation Cluster (5 Runs)
Smoke CI§25015664492 — 3 errors, cancelledApproach Validator§25010890097 — 4 errors, cancelled (unknown engine)Approach Validator§25010891026 — cancelled (unknown engine)/cloclo§25010889998 — cancelled (unknown engine)/cloclo§25010890011 — cancelled (unknown engine)The unknown-engine cancellations suggest these were likely concurrent trigger conflicts (multiple runs fired by the same event and only one survived) or policy-level cancellations. The Approach Validator and Smoke CI errors may be related to the same PR/branch that triggered Design Decision Gate.
Observability Insights
From cross-run log analysis (38 runs):
Recommendations
Design Decision Gate — pre-fetched file fallback: Add a check for whether pre-fetched config files exist before reading them. The workflow recovers but generates unnecessary permission denials that inflate error counts.
MCP Inspector network policy: Review whether the blocked domains in MCP Inspector runs should be allowlisted. At 53% block rate, the workflow may be spending significant time on retries.
Cancellation root cause: Investigate the
/clocloandApproach Validatorcancellation pattern — if these are concurrent trigger conflicts, consider addingconcurrencygroups to those workflows.Repo memory trend baseline: This is the first audit with repo memory populated. Future audits will compare against today's baseline to detect regressions.
Top Workflows by Cost
References: §25013022010 · §25013851005 · §25015664492
Beta Was this translation helpful? Give feedback.
All reactions