wp-plugin-review

wp-plugin-review is a skill for Claude Code, Codex from barbareshet/wp-review-claude. It costs 0 tokens per session (60 once invoked), scanned A, original, MIT.

A local review process for WordPress plugins. It runs a Python script against a plugin and produces a Markdown report, with an optional JSON result.

In plain words
What is it for?
It is for reviewing a plugin directory with scripts/run_plugin_review.py and saving the results as review.report.md or JSON.
Why use it?
It gives you a repeatable way to inspect a plugin and collect the findings in a report.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/run_plugin_review.py /path/to/plugin.

Good fit It is for reviewing a plugin directory with scripts/run_plugin_review.py and saving the results as review.report.md or JSON.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/barbareshet/wp-review-claude
agentmods
npx agentmods add skills/barbareshet/wp-review-claude/wp-plugin-review

Made for: Claude Code, Codex.

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-plugin-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/barbareshet/wp-review-claude/wp-plugin-review/github.svg)](https://agentmods.dev/skills/barbareshet/wp-review-claude/wp-plugin-review)
Your own site
<a href="https://agentmods.dev/skills/barbareshet/wp-review-claude/wp-plugin-review"><img src="https://agentmods.dev/badge/skills/barbareshet/wp-review-claude/wp-plugin-review/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-plugin-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/barbareshet/wp-review-claude/wp-plugin-review"><img src="https://agentmods.dev/badge/skills/barbareshet/wp-review-claude/wp-plugin-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 60 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.00000 $0.00060
Opus 5 $0.00000 $0.00030
Sonnet 5 $0.00000 $0.00012
Haiku 4.5 $0.00000 $0.00006

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

Security

Grade A, and why

wp-plugin-review 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.

skills/wp-plugin-review/SKILL.md · 13 lines

What it actually says

WP Plugin Review

Plugin review currently runs this local flow:

python scripts/run_plugin_review.py /path/to/plugin

Expected output:

  • markdown report written to review.report.md in the target plugin directory by default
  • optional JSON payload with --print-json
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 · 13 lines · 0 tokens per session scan A e1b99aa93418

Subscribe to this mod's changes

wp-plugin-review is a skill published in the GitHub repository barbareshet/wp-review-claude (4 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 60 tokens. 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.