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
Total Cost: $3.94 | Total Tokens: 24.3M | Total Turns: 75
Critical Errors
Root Cause: Lockdown mode with no custom GitHub token — 5 failures across 2 workflows
All 5 failures share the same root cause: workflows running with lockdown: true do not have the GH_AW_GITHUB_TOKEN secret configured. A secondary error (Artifact not found for name: agent-output) cascades from the primary failure.
Recommendation: Configure the GH_AW_GITHUB_TOKEN repository/organization secret for workflows using lockdown: true.
Missing Tools
Tool
Request Count
Workflow Affected
Reason
GitHub MCP tools (list_issues, get_repository)
1
GitHub Remote MCP Authentication Test
MCP toolsets unavailable in runner — tools not loaded
Playwright browser network access
1
Multi-Device Docs Tester
Network sandbox blocked all URLs (ERR_CONNECTION_REFUSED, ERR_BLOCKED_BY_CLIENT)
Notes:
The GitHub Remote MCP Authentication Test failure may be by design — the workflow is likely testing authentication failure scenarios.
The Multi-Device Docs Tester requires network access for live Playwright viewport testing, which is blocked by the network firewall sandbox.
MCP Server Failures
No MCP server failures detected in this period. ✅
Firewall Analysis
Total Requests: 873 | Allowed: 506 | Blocked: 367
Allowed Domains
Domain
Notes
api.anthropic.com:443
Claude API
api.github.com:443
GitHub API
api.githubcopilot.com:443
Copilot API
api.openai.com:443
OpenAI API
github.com:443
GitHub
pkg.go.dev:443, proxy.golang.org:443
Go package registry
raw.githubusercontent.com:443
GitHub raw content
registry.npmjs.org:443
NPM registry
Blocked Domains
Domain
Request Count
Workflow
Notes
- (unresolved)
360
Multiple
Likely DNS resolution failures or unconfigured destinations
storage.googleapis.com:443
7
GPL Dependency Cleaner
Google Cloud Storage — outside allowed list
Performance Metrics
Total Token Usage: 24,336,758
Total Cost (24h): $3.94
Average Turns per Run: ~4.2
Total Duration: ~1.2h
Per-Workflow Token & Cost Breakdown
See token/cost chart below for visual breakdown. High-usage workflows are expected given the nature of multi-step agentic tasks.
Trend Charts
Workflow Health — Last 24 Hours
The 72.2% success rate is dragged down by 4 consecutive Issue Monster failures all sharing the same lockdown token misconfiguration. Excluding that workflow, the remaining workflows ran at ~100% success. The pattern indicates a configuration issue rather than a systemic problem.
Token Usage & Cost — Last 24 Hours
Total 24-hour spend is $3.94 across 19 workflow runs. Cost is distributed across multiple workflows with no single outlier dominating. The 24.3M token total reflects normal operation for multi-step agentic tasks.
Affected Workflows Summary
Workflow
Status
Issue
Issue Monster
❌ Failed (4x)
Lockdown mode: missing GH_AW_GITHUB_TOKEN
Daily Issues Report Generator
❌ Failed
Lockdown mode: missing GH_AW_GITHUB_TOKEN
GitHub Remote MCP Authentication Test
⚠️ Missing tools
MCP tools not loaded in runner
Multi-Device Docs Tester
⚠️ Missing tools
Network sandbox blocks Playwright
All other workflows (11)
✅ Success
—
Recommendations
Configure GH_AW_GITHUB_TOKEN for workflows using lockdown: true — this is the root cause of all 5 failures today. Set the secret at the repository or organization level.
Review Multi-Device Docs Tester — determine if the workflow needs network firewall exceptions for Playwright to run live viewport tests, or update it to use static/mocked URLs.
Investigate unresolved firewall requests — 360 blocked requests with destination - may indicate workflows attempting to reach unconfigured or DNS-failing endpoints; trace which workflows generate these.
Monitor Issue Monster — 4 consecutive failures suggest this workflow will continue to fail until the token is configured; consider disabling or fixing before the next scheduled run.
Historical Context
Note: This is the first audit run. No historical baseline data is available for comparison. Future audits will be able to compare against this baseline.
Repo memory initialized with patterns detected in this run at audits/2026-02-22.json and patterns/{errors,missing-tools}.json.
Next Steps
Configure GH_AW_GITHUB_TOKEN secret for lockdown-mode workflows
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.
-
Audit Summary
Critical Errors
Root Cause: Lockdown mode with no custom GitHub token — 5 failures across 2 workflows
All 5 failures share the same root cause: workflows running with
lockdown: truedo not have theGH_AW_GITHUB_TOKENsecret configured. A secondary error (Artifact not found for name: agent-output) cascades from the primary failure.Recommendation: Configure the
GH_AW_GITHUB_TOKENrepository/organization secret for workflows usinglockdown: true.Missing Tools
list_issues,get_repository)ERR_CONNECTION_REFUSED,ERR_BLOCKED_BY_CLIENT)Notes:
MCP Server Failures
No MCP server failures detected in this period. ✅
Firewall Analysis
Allowed Domains
api.anthropic.com:443api.github.com:443api.githubcopilot.com:443api.openai.com:443github.com:443pkg.go.dev:443,proxy.golang.org:443raw.githubusercontent.com:443registry.npmjs.org:443Blocked Domains
-(unresolved)storage.googleapis.com:443Performance Metrics
Per-Workflow Token & Cost Breakdown
See token/cost chart below for visual breakdown. High-usage workflows are expected given the nature of multi-step agentic tasks.
Trend Charts
Workflow Health — Last 24 Hours
The 72.2% success rate is dragged down by 4 consecutive Issue Monster failures all sharing the same lockdown token misconfiguration. Excluding that workflow, the remaining workflows ran at ~100% success. The pattern indicates a configuration issue rather than a systemic problem.
Token Usage & Cost — Last 24 Hours
Total 24-hour spend is $3.94 across 19 workflow runs. Cost is distributed across multiple workflows with no single outlier dominating. The 24.3M token total reflects normal operation for multi-step agentic tasks.
Affected Workflows Summary
GH_AW_GITHUB_TOKENGH_AW_GITHUB_TOKENRecommendations
GH_AW_GITHUB_TOKENfor workflows usinglockdown: true— this is the root cause of all 5 failures today. Set the secret at the repository or organization level.-may indicate workflows attempting to reach unconfigured or DNS-failing endpoints; trace which workflows generate these.Historical Context
Next Steps
GH_AW_GITHUB_TOKENsecret for lockdown-mode workflowsReferences:
Beta Was this translation helpful? Give feedback.
All reactions