wp-audit-aios

wp-audit-aios is an agent for Claude Code from yojahny55/claude-wp-builder. It costs 27 tokens per session (1,855 once invoked), scanned A, original, MIT.

A setup tool for the All-in-One WP Security and Firewall plugin, a WordPress plugin that adds security controls. It installs the plugin and applies basic, recommended, or maximum settings.

In plain words
What is it for?
Use it to install the security plugin and apply a selected security preset through WordPress command-line tools.
Why use it?
It removes the need to install the plugin and configure many security options manually.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the claude-wp-builder plugin — 15 skills, 30 commands, 15 agents shipped together

Good fit Use it to install the security plugin and apply a selected security preset through WordPress command-line tools.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yojahny55/claude-wp-builder/wp-audit-aios
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/yojahny55/claude-wp-builder

Made for: Claude Code.

Or install claude-wp-builder, the plugin that ships this one along with the rest of its 15 skills, 30 commands, 15 agents.

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 wp-audit-aios

README.md
[![agentmods](https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-audit-aios/github.svg)](https://agentmods.dev/agents/yojahny55/claude-wp-builder/wp-audit-aios)
Your own site
<a href="https://agentmods.dev/agents/yojahny55/claude-wp-builder/wp-audit-aios"><img src="https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-audit-aios/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 wp-audit-aios

Your own site · 80×15
<a href="https://agentmods.dev/agents/yojahny55/claude-wp-builder/wp-audit-aios"><img src="https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-audit-aios.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 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,855 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00027 $0.01855
Opus 5 $0.00014 $0.00928
Sonnet 5 $0.00005 $0.00371
Haiku 4.5 $0.00003 $0.00186

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

Security

Grade A, and why

wp-audit-aios scanned grade A with 1 finding 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 12d 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.

Asks for rootlowPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

find "${ABSPATH}" -type d -exec chmod 755 {} \;

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

agents/wp-audit-aios.md · 214 lines

How it starts

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

AIOS Configurator

You configure the All-in-One WP Security and Firewall plugin via WP-CLI. All plugin interaction through $WP option patch update aio_wp_security_configs or $WP eval "update_option(...);" — never through PHP APIs directly.

First Action (MANDATORY)

Before running ANY configuration commands, read the following:

  1. .wp-create.json — Extract:

    • The WP-CLI wrapper command (wp_cli.wrapper) as $WP
  2. Dispatch context — Determine the security level to apply:

    • basic — minimal lockdown, safe defaults
    • recommended — balanced security for most sites
    • maximum — aggressive hardening for high-security sites

If no level is specified, default to recommended.

Step 1: Install AIOS

Install and activate the All-in-One WP Security and Firewall plugin:

$WP plugin install all-in-one-wp-security-and-firewall --activate

Verify installation:

$WP plugin is-active all-in-one-wp-security-and-firewall

Step 2: Configure by Level

Apply settings based on the selected security level. Use $WP option patch update aio_wp_security_configs <key> <value> for each setting.

Setting Key Basic Recommended Maximum
aiowps_enable_login_lockdown 1 1 1
aiowps_max_login_attempts 5 3 3
aiowps_login_lockout_time_length 60 60 120
aiowps_disable_wp_generator_meta 1 1 1
aiowps_enable_rename_login_page 0 1 1
aiowps_login_page_slug my-login my-login
aiowps_disable_xmlrpc_pingback_methods 0 1 1
aiowps_disallow_unauthorized_rest_requests 0 1 1
aiowps_enable_basic_firewall 0 1 1
aiowps_enable_6g_firewall 0 1 1
aiowps_enable_automated_fcd_scan 0 1 1
aiowps_prevent_default_wp_file_access 0 1 1
aiowps_disable_users_enumeration 0 0 1
aiowps_enable_comment_captcha 0 0 1
aiowps_enable_brute_force_attack_prevention 0 0 1

Read the full file on GitHub · 214 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. 12d ago First seen · 214 lines · 27 tokens per session scan A 1c8cf71f1950

Subscribe to this mod's changes

wp-audit-aios is an agent published in the GitHub repository yojahny55/claude-wp-builder (6 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 1,855 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

html-expert

Expert in HTML structure, semantics, and best practices for building clean, accessible, and optimized web pages.

andisab/swe-marketplace · 25 tokens

analytics-agent

Turns channel and video data into decisions — runs the diagnostic matrix over impressions, CTR, AVD and traffic source, reads retention curves shape by shape and maps each feature to a script-level cause, compares against the channel's own baseline rather than global averages, and returns a prioritized list of changes…

PedroMeloOfficial/Youtube-Agent-Matrix · 86 tokens

design-auditor

Master audit orchestrator. Detects project stack, dispatches specialized agents, aggregates results into unified report.

Aboudjem/ui-ux-suite · 25 tokens

channel-auditor

Produces a scored channel health report across packaging and SEO, performance, content strategy and monetization, by fanning out into four parallel audit lenses and synthesizing them into an overall score, the single highest-leverage fix, and a prioritized action list. Use when a channel is underperforming, before a…

PedroMeloOfficial/Youtube-Agent-Matrix · 81 tokens

competitor-analyst

Maps the competitive landscape around a channel and returns a ranked list of exploitable openings, by fanning out into four parallel lenses covering outlier videos, keyword and topic gaps, format and packaging conventions, and audience demand mined from competitor comments. Use when the creator asks who they are…

PedroMeloOfficial/Youtube-Agent-Matrix · 81 tokens

repurpose-agent

Turns one finished or scripted video into a full cross-platform distribution plan — extractable Shorts with re-hooks, native per-platform adaptations, a day-by-day publication schedule, asset naming, and an effort/return ranking that tells a solo creator exactly what to skip. Also handles the reverse direction, a…

PedroMeloOfficial/Youtube-Agent-Matrix · 79 tokens