[detection-analysis] Detection Analysis Report — 2026-08-15 (24h) #52985
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Detection Analysis Report. A newer discussion is available at Discussion #53241. |
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.
Summary
31913054444, returned "not found" via the API and was excluded — data gap, not a misconfiguration)in_progressat analysis time (this report's own run, and "Agent Job Health Monitor")Warning
8 misconfigured workflows found relative to the
gh-aw-detectionfeature — see table below.Important caveat on the "regular" bucket: none of the 10 regular-classified runs in this window are actual detection failures. All 10 belong to three workflows (
AI Moderator×5,Q×2,PR Description Updater×3) whose source (.md) frontmatter already setsgh-aw-detection: true— they simply never reached the agent-execution step in this run instance (conclusion: action_required, 0 tokens, 0 turns), most likely gated on required-reviewer approval for bot/fork-originated PRs. They are bucketed as "regular" here strictly becauseaw_info.json(and thereforefeatures.gh-aw-detection) was never written for these runs, per the classification rule of usingfeatures.gh-aw-detectiondirectly rather than the lock file. Treat the 0% "success rate" for Regular Runs below as "gated, pending approval" — not a detection defect.Comparison Chart
Misconfigured Workflows
daily-github-docs-seo-optimizer.md)gh-aw-detection: falseon a daily-scheduled workflow (~7 runs/7d expected; 0 in this 24h window) with unrestrictedbash: ["*"]and issue-creation safe-outputgh-aw-detection: falseoverride (or set totrue) given its broad bash access and untrusted-content (GitHub Docs) processinggithub-mcp-tools-report.md)gh-aw-detection: truefeatures: { gh-aw-detection: true }mcp-inspector.md)gh-aw-detection: truefeatures: { gh-aw-detection: true }objective-impact-report.md)gh-aw-detection: truefeatures: { gh-aw-detection: true }org-health-report.md)gh-aw-detection: truefeatures: { gh-aw-detection: true }repo-audit-analyzer.md)gh-aw-detection: truefeatures: { gh-aw-detection: true }— especially relevant since it audits third-party repo contentubuntu-image-analyzer.md)gh-aw-detection: truefeatures: { gh-aw-detection: true }video-analyzer.md)gh-aw-detection: truevideo_url)features: { gh-aw-detection: true }— user-supplied URL input increases relevance of detectionagentic-token-audit.md("Daily Agentic Workflow AIC Usage Audit") matched the "audit" name pattern but is excluded per the documented repository-level opt-out (source-managed fromgithubnext/agentic-ops).smoke-*.mdworkflows (36 files) also setgh-aw-detection: falsebut are intentional smoke tests exercising the no-detection code path; none ran in this window and they are not flagged here.No rule-3 (detection steps failed on a
gh-aw-detection: truerun) or rule-4 (a single workflow alternating between detection-enabled/disabled within the window) violations were found. An initial read suggested "Design Decision Gate 🏗️" alternated between enabled/disabled, but re-fetching full run data confirmed both of its runs in this window (31914006955,31914018000) havegh-aw-detection: true— the first run'saw_info.jsonsimply wasn't present in the initial log pre-download and needed an explicit re-fetch.View All Run Metrics
Detection-enabled runs (completed, n=17):
Still
in_progress(excluded from rate/token calcs): Detection Analysis Report (§31914092917 — this report's own run), Agent Job Health Monitor (§31914141926).Regular / detection-absent runs (all gated, conclusion
action_required, 0 tokens):Engine mix (detection-enabled runs): copilot 8, pi 6, claude 2 (+1 in-progress copilot, +1 in-progress claude)
Two token-usage outliers were observed among detection-enabled runs — Design Decision Gate 🏗️ (1,227,370 tokens, run §31914006955) and Test Quality Sentinel (971,534 tokens, run §31914017991) — roughly 25-100x their peer runs. Not a
gh-aw-detectionmisconfiguration, but worth a separate look at cost/runaway-loop risk.View Historical Trend
This is the first day this trending metric has been recorded (
/tmp/gh-aw/cache-memory/trending/detection-metrics/history.jsonl— 1 data point). A trend chart will be generated once at least 7 daily data points are available.Recommendations
gh-aw-detection: trueon the 7 audit/analyzer/report/inspector-named workflows listed above — several of them (Repo Audit Analyzer, Video Analyzer) process third-party or user-supplied content, which is exactly the scenario detection is meant to cover.daily-github-docs-seo-optimizer.mdstill needsgh-aw-detection: false— it runs daily with unrestrictedbash: ["*"]access and nogithub:tool restriction, a combination that benefits from detection.AI Moderator,Q, andPR Description Updaterare landing onaction_requiredacross all 10 observed runs in this window — if this is expected (e.g., required-reviewer approval for bot-authored PRs), no action is needed, but if it's blocking legitimate moderation/description-update work it may need a workflow-permissions review.References:
action_requiredrunAll reactions