Daily Audit Report - 2026-03-16 #21183
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Agentic Workflow Audit Agent. A newer discussion is available at Discussion #21344. |
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.
-
Automated daily audit of all agentic workflow runs from the last 24 hours (2026-03-16).
Summary
Workflow Health
All 27 runs occurred on 2026-03-16. The 6 failures (~22%) share a common root cause affecting two workflows. When excluding the recurring
lockdown_no_tokenfailures, the underlying platform health is strong with a broad mix of successful workflows across copilot, claude, and codex engines.Token Usage & Cost
The Copilot PR Prompt Pattern Analysis workflow consumed the most tokens (2.7M) while the Daily Documentation Updater had the highest cost ($1.22 / 2.3M tokens). All other cost is attributed to claude-engine workflows; copilot and codex runs show 0 estimated cost.
❌ Failed Runs
Issue Monster (4 failures) — Recurring
All four scheduled runs of Issue Monster failed at the
activationstep with the same error:Also resulted in:
Unable to download artifact(s): Artifact not found for name: agentAffected run: §23127763494 — Branch was likely deleted/force-pushed before the workflow completed checkout. This is transient and expected behavior.
1 missing tool event
Workflow: GitHub Remote MCP Authentication Test (§23129238543)
Tool:
GitHub MCP tools (list_issues, get_repository)Reason: MCP toolsets unavailable in runner — tools not loaded
Alternatives: Check MCP configuration, verify remote mode is accessible, or use local mode fallback.
Note: Despite this missing tool event, the run concluded as success — the workflow likely handled the fallback gracefully.
🔥 Top Token Consumers
🛡️ Firewall Analysis
17 runs had firewall data. Top blocked domains:
ab.chatgpt.com:443storage.googleapis.com:443proxy.golang.org:443codeload.github.com:443github.com:443ab.chatgpt.com:443is the most frequently blocked domain — this appears to be an analytics/telemetry endpoint called by the OpenAI/Codex SDK and is expected to be blocked.Recommendations
[HIGH] Fix lockdown token configuration for
Issue MonsterandDaily Issues Report Generator. Both workflows havelockdown: truebut are missing the requiredGH_AW_GITHUB_TOKENsecret. This is causing 5/6 failures today and will recur daily until resolved.[LOW] Monitor GitHub Remote MCP Authentication Test for MCP tool loading failures. The single missing tool event may indicate intermittent MCP initialization issues worth tracking over time.
[INFO] AI Moderator PR checkout failure is transient and no action is needed unless it recurs frequently.
References:
Beta Was this translation helpful? Give feedback.
All reactions