wp-agentic-kit AGENTS.md

Repository instructions for building an example WordPress plugin with wp-agentic-kit. They describe the plugin's setup and require security practices in every PHP file touched.

In plain words
What is it for?
Use them when editing, testing, or installing this example WordPress plugin. They cover its type, supported WordPress and PHP versions, naming, and security requirements.
Why use it?
They give an agent the project-specific rules it needs before changing the plugin, especially around secure PHP code.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/pluginslab/wp-agentic-kit/agents-md
Clone the repo
git clone --depth 1 https://github.com/pluginslab/wp-agentic-kit

Made for: Codex, OpenCode.

Per session 1,984 This file is loaded in full into every session.
When invoked 1,984 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
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 $0.01984 $0.01984
Opus 5 $0.00992 $0.00992
Sonnet 5 $0.00397 $0.00397
Haiku 4.5 $0.00198 $0.00198

Measured yesterday against content hash 9068926ef3d5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

wp-agentic-kit AGENTS.md scanned grade C 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 yesterday.

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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- WHY this lives at the top: the first ~40 lines get the strongest model attention. Security rules earn that real estate; convenience rules don't. -->
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 186 lines

How it starts

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

Example Plugin

What this is

An example WordPress plugin scaffolded with wp-agentic-kit. Replace this sentence with what your plugin actually does.

  • Type: WordPress plugin
  • Author: Example Author
  • WordPress: 6.7+
  • PHP: 8.2+
  • Slug: pl-example · Namespace: PLExample · Text domain: pl-example

IMPORTANT: security is non-negotiable

YOU MUST follow these in every PHP file you touch:

Read the full file on GitHub · 186 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. yesterday First seen · 186 lines · 1,984 tokens per session scan C 9068926ef3d5

Subscribe to this mod's changes

wp-agentic-kit AGENTS.md is an instructions file published in the GitHub repository pluginslab/wp-agentic-kit (18 stars, last pushed 2mo ago), licensed MIT. It adds 1,984 tokens to every session, about $0.0099 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.