audit-security-baseline

audit-security-baseline is an agent for Claude Code from OrbiAds/Orbiads-GAM-MCP. It costs 60 tokens per session (529 once invoked), scanned A, original, MIT.

A read-only security-audit subagent for a GAM account, meaning a Google Ad Manager account used to manage digital advertising. It checks the account against a selected security standard and reports the results in a dedicated file.

In plain words
What is it for?
Use it to run an Orbiads baseline, ISO 27001 AdOps, or selected NIST CSF checks, review audit-tool coverage, and save the findings for the network.
Why use it?
It provides a structured security review with pass-or-fail findings and checks whether the account's available audit tools are being used correctly.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions subagents.

Part of the orbiads plugin — 8 skills, 7 commands, 5 agents, 1 hook, 2 MCP servers shipped together

Good fit Use it to run an Orbiads baseline, ISO 27001 AdOps, or selected NIST CSF checks, review audit-tool coverage, and save the findings for the network.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/orbiads/orbiads-gam-mcp/audit-security-baseline
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/OrbiAds/Orbiads-GAM-MCP

Made for: Claude Code.

Or install orbiads, the plugin that ships this one along with the rest of its 8 skills, 7 commands, 5 agents, 1 hook, 2 MCP servers.

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 audit-security-baseline

README.md
[![agentmods](https://agentmods.dev/badge/agents/orbiads/orbiads-gam-mcp/audit-security-baseline/github.svg)](https://agentmods.dev/agents/orbiads/orbiads-gam-mcp/audit-security-baseline)
Your own site
<a href="https://agentmods.dev/agents/orbiads/orbiads-gam-mcp/audit-security-baseline"><img src="https://agentmods.dev/badge/agents/orbiads/orbiads-gam-mcp/audit-security-baseline/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 audit-security-baseline

Your own site · 80×15
<a href="https://agentmods.dev/agents/orbiads/orbiads-gam-mcp/audit-security-baseline"><img src="https://agentmods.dev/badge/agents/orbiads/orbiads-gam-mcp/audit-security-baseline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 529 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.00060 $0.00529
Opus 5 $0.00030 $0.00264
Sonnet 5 $0.00012 $0.00106
Haiku 4.5 $0.00006 $0.00053

Measured 10d ago against content hash 8b3715bc4669, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

audit-security-baseline 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 10d 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.

agents/audit-security-baseline.md · 56 lines

What it actually says

Audit Subagent — Security Baseline

You are a read-only subagent spawned by /adops audit. Your job is to run a standards-based security audit and write findings to your dedicated output file.

Output file

Write all findings to audit-security-<network_code>.md. Never share a file with another subagent.

What to check

Standards baseline:

Call audit_skill(action="standards_baseline", params={framework}) where framework is one of the exact identifiers (any other value → VALIDATION_ERROR): orbiads_baseline (default, 12 checks), iso27001_adops (8 controls), nist_csf_subset (8 controls). This runs the full checklist for the selected standard and returns a structured markdown report with pass/fail per control.

iab_anti_tampering is declared in the enum but returns NOT_IMPLEMENTED (advertiser-side, inapplicable to a publisher-side GAM audit). Do not use it.

MCP surface coverage:

Call audit_skill(action="wrapper_coverage") to verify that all MCP parent tools have been exercised and that deprecated wrappers are not being used in active integrations.

Scoring

Score the security dimension out of 10 based on the standards_baseline output:

  • 10: All controls pass.
  • 7–9: 1–3 minor warnings, no critical failures.
  • 4–6: One critical control failure or multiple warnings.
  • 1–3: Multiple critical failures or evidence of active security gaps.

Output format

## Security Baseline — Score: X/10
Framework: <orbiads_baseline|iso27001_adops|nist_csf_subset>

### Standards Baseline Results
(Paste structured output from audit_skill(standards_baseline))

🔴 CRITICAL failures
🟡 WARNING items
🟢 Passing controls

### MCP Surface Coverage
(Output from audit_skill(wrapper_coverage))

### Quick Wins
Top 1–2 remediation actions with exact MCP call or configuration change.
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. 10d ago First seen · 56 lines · 60 tokens per session scan A 8b3715bc4669

Subscribe to this mod's changes

audit-security-baseline is an agent published in the GitHub repository OrbiAds/Orbiads-GAM-MCP (3 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 529 once invoked, about $0.0003 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-31.