Daily Firewall Report - 2026-04-01 #23872
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Daily Firewall Logs Collector and Reporter. A newer discussion is available at Discussion #24087. |
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.
-
This report covers all agentic workflow runs with the network firewall enabled for the period up to 2026-04-01. Data was collected from squid proxy audit logs across 33 firewall-enabled workflow runs.
The firewall is operating effectively: 97.5% of real network requests were allowed while 2.5% were blocked. Five workflows triggered blocked requests, with the most activity coming from
Dependabot Dependency Checker(blocked Go proxy access) andChangeset Generator(blocked ChatGPT/GitHub domains). These findings suggest targeted allowlist additions rather than systemic issues.📊 Key Metrics
🚫 Top Blocked Domains
📈 Firewall Activity Trends
Request Patterns (Hourly — 2026-04-01 UTC)
Peak blocked traffic occurred in the 05:00–09:00 UTC window, driven by the Changeset Generator and Dependabot Dependency Checker runs. The 11:00 UTC batch saw 8 runs with zero blocked requests, indicating good network hygiene in newer workflows.
Top Blocked Domains
proxy.golang.orgdominates blocked traffic (36% of all blocks) — a clear sign that Dependabot Dependency Checker needs Go proxy access added to its network allowlist. ChatGPT domains represent intentional blocks (AI model access restriction working as designed).View Detailed Request Patterns by Workflow
Workflow: Smoke Codex (1 run)
Workflow: Changeset Generator (1 run)
Workflow: CI Cleaner (1 run)
Workflow: Dependabot Dependency Checker (1 run)
Workflow: Glossary Maintainer (1 run)
View Complete Blocked Domains List
Alphabetically sorted list of all unique blocked domains:
✅ Allowed Domains (for reference)
🎯 Security Recommendations
🔴 High Priority
Changeset Generator — Fix GitHub allowlist gaps
api.github.com,codeload.github.com, andgithub.comare being partially blocked in this workflowgithuballowlist preset should cover these, but the workflow may not be using itallowed: [defaults, github]in its network configDependabot Dependency Checker — Add
golangto network allowlistproxy.golang.orgis being intermittently blocked (10 blocks, 10 allowed in same run)golangorproxy.golang.orgto the workflow'snetwork.allowedlist🟡 Medium Priority
CI Cleaner — Add
release-assets.githubusercontent.comrelease-assets.githubusercontent.comto thenetwork.allowedlist or use thegithubpresetGlossary Maintainer — Add
nodejs.orgnodejs.orgtonetwork.allowedin the workflow frontmatter🟢 Working as Intended
chatgpt.comandab.chatgpt.combeing blocked in Smoke Codex and Changeset Generator workflows is expected behavior. These are external AI services that should not be accessible from agentic workflows (which have their own model APIs configured).References:
Beta Was this translation helpful? Give feedback.
All reactions