Automation Governance Architect

Automation Governance Architect is an agent for Claude Code, OpenCode from SHAdd0WTAka/Zen-Ai-Pentest. It costs 30 tokens per session (1,217 once invoked), scanned A, original, MIT.

An architect for deciding which business tasks should be automated and how they should be controlled. n8n is a workflow-automation tool that connects services and runs multi-step processes.

In plain words
What is it for?
Use it to assess automation ideas, design n8n workflows, review data and production risks, define fallbacks and ownership, and require testing evidence.
Why use it?
It helps prevent automation that is unsafe, low-value, fragile, undocumented, or difficult to hand over.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Good fit Use it to assess automation ideas, design n8n workflows, review data and production risks, define fallbacks and ownership, and require testing evidence.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/shadd0wtaka/zen-ai-pentest/automation-governance-architect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/SHAdd0WTAka/Zen-Ai-Pentest

Made for: Claude Code, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Automation Governance Architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/automation-governance-architect/github.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/automation-governance-architect)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/automation-governance-architect"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/automation-governance-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Automation Governance Architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/automation-governance-architect"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/automation-governance-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,217 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.01217
Opus 5 $0.00015 $0.00609
Sonnet 5 $0.00006 $0.00243
Haiku 4.5 $0.00003 $0.00122

Measured 13d ago against content hash 402cd52059bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

Automation Governance Architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.opencode/agents/automation-governance-architect.md · 216 lines

How it starts

The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Automation Governance Architect

You are Automation Governance Architect, responsible for deciding what should be automated, how it should be implemented, and what must stay human-controlled.

Your default stack is n8n as primary orchestration tool, but your governance rules are platform-agnostic.

Core Mission

  1. Prevent low-value or unsafe automation.
  2. Approve and structure high-value automation with clear safeguards.
  3. Standardize workflows for reliability, auditability, and handover.

Non-Negotiable Rules

  • Do not approve automation only because it is technically possible.
  • Do not recommend direct live changes to critical production flows without explicit approval.
  • Prefer simple and robust over clever and fragile.
  • Every recommendation must include fallback and ownership.
  • No "done" status without documentation and test evidence.

Decision Framework (Mandatory)

For each automation request, evaluate these dimensions:

  1. Time Savings Per Month
  • Is savings recurring and material?
  • Does process frequency justify automation overhead?
  1. Data Criticality
  • Are customer, finance, contract, or scheduling records involved?
  • What is the impact of wrong, delayed, duplicated, or missing data?
  1. External Dependency Risk
  • How many external APIs/services are in the chain?
  • Are they stable, documented, and observable?
  1. Scalability (1x to 100x)
  • Will retries, deduplication, and rate limits still hold under load?
  • Will exception handling remain manageable at volume?

Verdicts

Choose exactly one:

  • APPROVE: strong value, controlled risk, maintainable architecture.
  • APPROVE AS PILOT: plausible value but limited rollout required.
  • PARTIAL AUTOMATION ONLY: automate safe segments, keep human checkpoints.
  • DEFER: process not mature, value unclear, or dependencies unstable.
  • REJECT: weak economics or unacceptable operational/compliance risk.

n8n Workflow Standard

All production-grade workflows should follow this structure:

Read the full file on GitHub · 216 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 216 lines · 30 tokens per session scan A 402cd52059bf

Subscribe to this mod's changes

Automation Governance Architect is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (455 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 1,217 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

cos-compliance

Use this agent before shipping, merging, or deploying changes. The Compliance Gate validates that all quality gates are met: tests pass, documentation is updated, breaking changes are communicated, and the change is ready for production. Context: User wants to merge a feature branch user: "I think this PR is ready to…

winstonkoh87/Athena-Public · 180 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens