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
7-day recent-change scan (2026-08-24 → 2026-08-31, 357 commits) of github/gh-aw found no new high-severity runtime risk introduced by recent changes. The 8 open code-scanning alerts are largely pre-existing, already tracked by prior uk-ai-resilience issues, or non-actionable (a smoke-test dummy finding and a historical/out-of-window binary-in-git-history note). Two go/bad-redirect-check alerts newly appeared on 2026-08-30 (#668/#669) in pkg/workflow/graders_config.go, following the exact same false-positive pattern as the already-open Tier B issue #54037 for a sibling path-guard function. A third go/bad-redirect-check alert (#667) flags cleanManifestRelativePath in pkg/cli/add_package_manifest_includes.go — a second, newer instance of a manifest path-traversal guard using the identical CodeQL-flagged pattern. No open secret-scanning alerts. Recommendation: consolidate the recurring go/bad-redirect-check false-positive pattern into a single tracked remediation (helper-hardening + CodeQL suppression rationale) rather than opening a new issue per occurrence, and confirm existing Tier B/C issues (#54037, #52749, #53737) remain the active remediation vehicles.
Scope: recent commits in the lookback window were dominated by routine chores (dependency bumps, doc updates, trajectory-grader/spec work) with no new externally-reachable attack surface. All substantive alerts map to pre-existing, already-triaged findings or a recurrence of a previously-assessed false-positive pattern.
Ownership controls: Directory-based ownership is inferable (pkg/workflow, pkg/cli) but no CODEOWNERS-level confirmation was performed in this pass (sub-agent dispatch for control verification did not return usable output; treated as a partial-confidence limitation).
SDLC controls: PRs for all recent commits show squash-merge with "Initial plan" / co-authored-by conventions, consistent with the repo's existing agentic-PR workflow gates.
Dependency controls: Recent MCP Gateway bump (v0.4.14) and drain3 pattern-weight update are dependency-adjacent; no open Dependabot/dependency-scanning alerts surfaced in this window's inputs.
Secret exposure controls: 0 open secret-scanning alerts — no gap identified.
Runtime observability controls: No workflow-run-specific observability changes identified in this window beyond routine grader/trajectory tooling additions.
Note on sub-agent coverage: the asset-tier-classifier and control-verifier sub-agent invocations did not return usable structured output for this run; the asset graph and control findings above were synthesized directly from precomputed inputs and direct source inspection with reduced confidence on ownership-control specifics.
Consolidate: add explicit CodeQL suppression comments (path-traversal guard, not a redirect handler) or tighten the guard to reject any / or \ in the second character, across all three flagged functions in one PR; reference existing #54037 rather than opening duplicates
Unsupported dependency ratio: Not assessed this cycle (no new dependency-scanning alert data in inputs).
Exception aging: N/A — no active exceptions.
Exposure without recovery capability: None identified — all flagged areas have clear, low-effort remediation paths (patchability rated High across the board).
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.
Executive summary
7-day recent-change scan (2026-08-24 → 2026-08-31, 357 commits) of
github/gh-awfound no new high-severity runtime risk introduced by recent changes. The 8 open code-scanning alerts are largely pre-existing, already tracked by prioruk-ai-resilienceissues, or non-actionable (a smoke-test dummy finding and a historical/out-of-window binary-in-git-history note). Twogo/bad-redirect-checkalerts newly appeared on 2026-08-30 (#668/#669) inpkg/workflow/graders_config.go, following the exact same false-positive pattern as the already-open Tier B issue #54037 for a sibling path-guard function. A thirdgo/bad-redirect-checkalert (#667) flagscleanManifestRelativePathinpkg/cli/add_package_manifest_includes.go— a second, newer instance of a manifest path-traversal guard using the identical CodeQL-flagged pattern. No open secret-scanning alerts. Recommendation: consolidate the recurringgo/bad-redirect-checkfalse-positive pattern into a single tracked remediation (helper-hardening + CodeQL suppression rationale) rather than opening a new issue per occurrence, and confirm existing Tier B/C issues (#54037, #52749, #53737) remain the active remediation vehicles.Asset graph summary (recent-change scoped)
Recent-change asset graph
pkg/workflow/graders_config.go(IsValidOperationalValueEvaluatorRunPath).shscriptsgo/bad-redirect-check(#668, #669, new 2026-08-30)pkg/workflowcompiler maintainerspkg/cli/add_package_manifest_includes.go(cleanManifestRelativePath)go/bad-redirect-check(#667) — same rule/pattern as closed-context sibling inadd_package_manifest.go(tracked, still open, #54037)pkg/clipackage-manifest maintainersscripts/ensure-docs-slide-pdf.jsjs/http-to-file-access(#663) — already tracked, #53737 (Tier C)pkg/cli/project_command.gofmt.Sprintfwith escapedownerinputworkflow-go-graphql-injection-sprintf(#651, #652) — already tracked, #52749 (Tier B)pkg/cliGitHub integration ownersworkflow-out-of-context(#653)workflow-security-finding-1(#564)Scope: recent commits in the lookback window were dominated by routine chores (dependency bumps, doc updates, trajectory-grader/spec work) with no new externally-reachable attack surface. All substantive alerts map to pre-existing, already-triaged findings or a recurrence of a previously-assessed false-positive pattern.
Tier classification table
Tier classification
graders_config.gobad-redirect-check (#668/#669)add_package_manifest_includes.gobad-redirect-check (#667)ensure-docs-slide-pdf.jshttp-to-file-access (#663)project_command.goGraphQL Sprintf (#651/#652)Control verification gaps
pkg/workflow,pkg/cli) but no CODEOWNERS-level confirmation was performed in this pass (sub-agent dispatch for control verification did not return usable output; treated as a partial-confidence limitation).Note on sub-agent coverage: the
asset-tier-classifierandcontrol-verifiersub-agent invocations did not return usable structured output for this run; the asset graph and control findings above were synthesized directly from precomputed inputs and direct source inspection with reduced confidence on ownership-control specifics.Risk-scoring table and rationale
AI-aware risk scoring
graders_config.go(#668/#669)add_package_manifest_includes.go(#667)ensure-docs-slide-pdf.js(#663)project_command.go(#651/#652)Remediation queue with SLAs
go/bad-redirect-checkrecurrence/or\in the second character, across all three flagged functions in one PR; reference existing #54037 rather than opening duplicatesproject_command.goGraphQL query construction to typed variables instead of string interpolationException register
None required this cycle — no new exceptions requested; existing Tier B/C items remain under standard remediation tracking, not exception governance.
Operational metrics baseline
All reactions