Skip to content

UK AI Advisory

UK AI Advisory, a non-binding UK AI open-code operational resilience review across centrally selected repositories.

Experimental package3 workflowsRequires gh-aw v0.88.4

Package guide

The UK AI Advisory package applies the UK government AI open-code and vulnerability-risk guidance for the public sector from a private Central Agentic Ops control repository. It uses recent changes and available security evidence to identify operational-resilience gaps; it cannot observe every organizational, deployment, incident, or confidential control.

WorkflowResponsibility
uk-ai-advisoryDiscovers, ranks, selects, and dispatches repository-level work.
uk-ai-advisory-operational-resilienceProduces one evidence-backed, non-binding operational resilience advisory for a selected repository.
uk-ai-advisory-package-maintainerWeekly audits package coverage against the original specification and current GOV.UK guidance.

The orchestrator dispatches at most 50 workers per run. Each worker uses a fixed seven-day lookback, treats proposed A/B/C/D tiers as human-review priorities rather than authorization, and creates at most one consolidated issue through declared safe outputs.

The package maintainer runs independently of repository dispatch. It updates the implementation-status ledger only through a draft pull request and may open at most one deduplicated issue for the highest-priority concrete fleet gap. Installed packages keep the ledger at .github/aw/uk-ai-advisory/implementation-status.md. It does not inspect target repositories or edit operation workflows.

Terminal window
gh aw add githubnext/gh-aw-cao/uk-ai-advisory@<catalog-release>

Configure the shared GitHub App or PAT described in the authentication guide, then declare the package in the control repository’s .github/workflows/cao.json:

{
"version": 1,
"control-plane": {
"packages": {
"uk-ai-advisory": {
"workers": {
"operational-resilience": {
"workflow": "uk-ai-advisory-operational-resilience"
}
}
}
}
}
}

The omitted fields default to an enabled package and worker, review mode, one repository, and 100 percent rollout. Add control-plane.scope when targets are outside the control repository owner.

Run the UK AI Advisory workflow manually with an explicit target_repo, max_repos set to 1, and safe_output_mode set to review. Review repository selection, the worker’s review issue, source accessibility, sensitive-data handling, and control-plane correlation before promoting to live.

  • The orchestrator selects repositories but performs no target analysis.
  • The worker reads one target and cannot discover or dispatch to other repositories.
  • Repository content and metadata are untrusted evidence, never control-plane policy.
  • Missing required guidance or repository evidence makes a run incomplete; the workflow does not guess.
  • Safe outputs contain no secrets, exploit details, personal data, private advisories, or confidential incident evidence.
  • Findings do not authorize opening, restricting, hiding, or decommissioning code.
  • Review mode routes the issue to a private review repository; live mode creates it in the selected target.
  • Operational-value evaluation is pending post-adoption evidence and is not represented by a placeholder grader.

The UK AI Advisory / Maintenance workflow runs weekly and fetches the authoritative GOV.UK guidance on every run. It reconciles the stable original requirement IDs, current guidance, and observed package workflows. It emits noop when coverage is materially current, proposes a one-file ledger update through a draft pull request when coverage changes, or creates one deduplicated improvement issue for the highest-priority untracked fleet gap.

An inaccessible source or package file produces an incomplete run rather than a speculative alignment claim. Verification dates change only with material source or coverage changes, so the weekly audit does not create date-only pull requests.

Add this package

From a private control repository, install a reviewed release tag or full commit SHA:

gh aw add githubnext/gh-aw-cao/uk-ai-advisory@<catalog-release>

Follow the Quickstart for prerequisites and first-run validation, or view the package source on GitHub.

Package inventory

  • .github/workflows/shared/control.md
  • .github/workflows/uk-ai-advisory.md
  • .github/workflows/uk-ai-advisory-package-maintainer.md
View aw.yml on GitHub