[lockfile-stats] Lockfile Statistics Report — 2026-08-02 (269 workflows, 37.4 MB) #49848
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Lockfile Statistics Analysis Agent. A newer discussion is available at Discussion #50088. |
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.
Executive Summary
File Size Distribution
Largest:
smoke-copilot-aoai-entra.lock.yml(216,809 B). Smallest:notion-issue-summary.lock.yml(83,438 B).Trigger Analysis
Top combinations:
schedule+workflow_dispatch182 (68%),workflow_dispatchalone 47 (17%),pull_request+workflow_dispatch28 (10%). 85+ distinct cron expressions in use, spread across the day with no dominant single time slot.Safe Outputs Analysis
(Framework-injected safe-output scaffolding —
missing-data,missing-tool,noop,report-incomplete,create-report-incomplete-issue— appears on 263/269 lockfiles and is omitted above as boilerplate.)Discussion categories: audits 78, announcements 5, artifacts 2, dev 2, research 2, general 1, daily-news 1.
Structural Characteristics
release.lock.ymlsmoke-copilot.lock.ymlPermission Patterns
Read:
actions269 (100%),contents269 (100%),pull-requests230,issues225,discussions50,security-events14.Write:
issues267 (99%),contents197,pull-requests126,actions98,discussions96,copilot-requests74,checks13.Timeouts: 31–60 min: 269 lockfiles (100% have at least one such job), 6–15 min: 28, ≤5 min: 2 (jobs can straddle multiple buckets within one lockfile).
Tool & MCP Patterns
Engines: other 118, copilot 68, claude 65, codex 15, antigravity 1, gemini 1, opencode 1.
MCP servers: github 104, serena 24, tavily 5, sentry 5, grafana 3, ast-grep 2, arxiv 2, deepwiki 2, datadog 2, microsoftdocs 2, agentdb 1, context7 1, memory 1.
Interesting Findings
issues:writeon 267/269 (99%) — issue-centric side effects are the fleet's default posture, even though only 125 lockfiles actually callcreate-issue, suggesting the permission is broader than the realized behavior in ~53% of cases.serena(24, 9%) — the fleet leans heavily on native GitHub API access over third-party MCP servers.Historical Trends (vs. 2026-08-01)
Pattern consistent with one new Claude-engine, GitHub-MCP-based workflow added, alongside removal or reconfiguration of a workflow that had used the
notion,markitdown, andsemgrepMCP servers (their counts vanished together).Recommendations
issues:writescope: it's granted on 267/269 lockfiles but only 125 emitcreate-issue— audit whether the remaining ~142 need write access or can drop to read-only.githubMCP used in 39% of workflows and a churn of niche one-off servers (notion/markitdown/semgrep) appearing and disappearing, a shared reference config would reduce duplication for new workflow authors.Methodology: single-script compact JSON analysis (
lockfile_stats_v1.py, cached in/tmp/gh-aw/cache-memory/scripts/).All reactions