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
Window evaluated: last 24 full hours (UTC) — 2026-08-12T23:21:39Z to 2026-08-13T23:21:39Z
Total runs analyzed: 28 (2 additional runs were still in_progress at analysis time and excluded: Agent Job Health Monitor, and this report's own run)
Detection-enabled runs: 28 (100%)
Regular runs: 0 (0%)
Misconfigured workflows found: 5
Warning
Every run captured in this window has gh-aw-detection: true, so there is no regular-run baseline to compare against in this dataset — see caveat below. 5 workflows in the repository are misconfigured with respect to the gh-aw-detection feature.
Comparison Chart
Caveat: all 28 runs captured in the pre-downloaded 24h log set turned out to have gh-aw-detection: true in their source frontmatter (confirmed via .github/workflows/*.md), so "Regular Runs" is 0 in this sample. This does not mean the repo has no misconfigured workflows — the workflows flagged below simply had no runs falling inside this exact 24h window (their most recent runs were found via a supplementary 7-day lookback).
Misconfigured Workflows
Workflow
Misconfiguration Type
Run Count
Recommended Fix
Daily GitHub Docs SEO Optimizer
gh-aw-detection: false explicitly set, but runs daily (7 runs in last 7 days, >3 threshold)
Name contains "detector" but frontmatter has no gh-aw-detection field
0 in-window (last run 2026-07-29, failure)
Add gh-aw-detection: true to frontmatter
Super Linter Report
Name contains "report" but frontmatter has no gh-aw-detection field
0 in-window (last run 2026-08-11, failure)
Add gh-aw-detection: true to frontmatter
Ubuntu Actions Image Analyzer
Name contains "analyzer" but frontmatter has no gh-aw-detection field
0 in-window (last run 2026-07-13)
Add gh-aw-detection: true to frontmatter
View All Run Metrics
Workflow
Runs
Conclusion breakdown
Detection
Avg Tokens
PR Sous Chef
6
6 success
true
59,175
Duplicate Code Detector
1
1 success
true
907,838
Issue Monster
4
4 success
true
0
AI Moderator
6
6 action_required (blocked pending approval, agent never ran)
true
0
Q
5
5 action_required (blocked pending approval, agent never ran)
true
0
Avenger
2
2 success (no-op / activation skipped)
true
0
ESLint Monster
1
1 success
true
19,350
Daily Reliability Review
1
1 success
true
12,203
Daily AWF Spec Compiler Surfacing Review
1
1 success
true
0
Daily BYOK Ollama Test
1
1 failure
true
0
Total
28
16 success / 1 failure / 11 blocked
—
~46,230
action_required runs are workflows paused pending manual approval (e.g. first-time-contributor triggers) — the agent job never actually started, so they carry 0 tokens and are not code/detection failures. Excluding these, the completed-run success rate is 16/17 = 94.1%. Counting them as non-success (as recorded in metrics.json), the rate is 16/28 = 57.1%.
View Historical Trend
Only 2 data points exist in the trending history (2026-08-12 and today), below the 7-entry minimum needed to render a trend chart. No chart generated this run.
Recommendations
Add gh-aw-detection: true to Go Pattern Detector, Super Linter Report, and Ubuntu Actions Image Analyzer — all three are diagnostic/reporting workflows lacking the feature entirely.
Add gh-aw-detection: true to Daily Sentrux Report, which ran within this 24h window without it.
Revisit Daily GitHub Docs SEO Optimizer's explicit gh-aw-detection: false — it runs daily (well above the 3-run/7-day threshold) with no documented opt-out like the one recorded for agentic-token-audit.md. Either add the opt-out documentation or remove the override.
The 11 action_required runs (AI Moderator, Q) suggest an approval-gating pattern worth checking separately — if these are expected to require manual approval, no action is needed; if not, investigate why they're blocked.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Summary
2026-08-12T23:21:39Zto2026-08-13T23:21:39Zin_progressat analysis time and excluded: Agent Job Health Monitor, and this report's own run)Warning
Every run captured in this window has
gh-aw-detection: true, so there is no regular-run baseline to compare against in this dataset — see caveat below. 5 workflows in the repository are misconfigured with respect to thegh-aw-detectionfeature.Comparison Chart
Caveat: all 28 runs captured in the pre-downloaded 24h log set turned out to have
gh-aw-detection: truein their source frontmatter (confirmed via.github/workflows/*.md), so "Regular Runs" is 0 in this sample. This does not mean the repo has no misconfigured workflows — the workflows flagged below simply had no runs falling inside this exact 24h window (their most recent runs were found via a supplementary 7-day lookback).Misconfigured Workflows
gh-aw-detection: falseexplicitly set, but runs daily (7 runs in last 7 days, >3 threshold)gh-aw-detection: falseoverride, or add a documented repository-level opt-out like the one foragentic-token-audit.mdgh-aw-detectionfieldgh-aw-detection: trueto frontmattergh-aw-detectionfieldfailure)gh-aw-detection: trueto frontmattergh-aw-detectionfieldfailure)gh-aw-detection: trueto frontmattergh-aw-detectionfieldgh-aw-detection: trueto frontmatterView All Run Metrics
action_required(blocked pending approval, agent never ran)action_required(blocked pending approval, agent never ran)action_requiredruns are workflows paused pending manual approval (e.g. first-time-contributor triggers) — the agent job never actually started, so they carry 0 tokens and are not code/detection failures. Excluding these, the completed-run success rate is 16/17 = 94.1%. Counting them as non-success (as recorded inmetrics.json), the rate is 16/28 = 57.1%.View Historical Trend
Only 2 data points exist in the trending history (
2026-08-12and today), below the 7-entry minimum needed to render a trend chart. No chart generated this run.Recommendations
gh-aw-detection: trueto Go Pattern Detector, Super Linter Report, and Ubuntu Actions Image Analyzer — all three are diagnostic/reporting workflows lacking the feature entirely.gh-aw-detection: trueto Daily Sentrux Report, which ran within this 24h window without it.gh-aw-detection: false— it runs daily (well above the 3-run/7-day threshold) with no documented opt-out like the one recorded foragentic-token-audit.md. Either add the opt-out documentation or remove the override.action_requiredruns (AI Moderator, Q) suggest an approval-gating pattern worth checking separately — if these are expected to require manual approval, no action is needed; if not, investigate why they're blocked.References:
#1#2All reactions