attack-patterns-reference

A reference catalogue for classifying verified web or WordPress behavior and choosing the procedure that should validate it. Its pattern IDs are labels, not proof of a vulnerability or attack.

In plain words
What is it for?
Matching captured evidence to a relevant security-testing procedure, checking prerequisites, running a minimal validation, and recording the result.
Why use it?
It helps route an observed signal to the appropriate follow-up check while keeping observation separate from confirmation.

Skill for Claude CodeCodex

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 skills/uphiago/recon-skills/attack-patterns-reference
Any agent
npx skills add uphiago/recon-skills --skill attack-patterns-reference
Clone the repo
git clone --depth 1 https://github.com/uphiago/recon-skills

Made for: Claude Code, Codex.

Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,217 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00023 $0.01217
Opus 5 $0.00012 $0.00609
Sonnet 5 $0.00005 $0.00243
Haiku 4.5 $0.00002 $0.00122

Measured 3d ago against content hash dd5684c766ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

attack-patterns-reference 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 3d 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.

meta/attack-patterns-reference/SKILL.md · 125 lines

How it starts

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

Attack Patterns Reference

This catalog maps observed web and WordPress behavior to the skill that owns its validation. Pattern IDs are navigation labels. They do not establish exploitability, severity, prevalence, or a confirmed attack path.

When to Use

  • A recon result needs to be classified before focused testing.
  • Several verified behaviors may form a candidate attack path.
  • A WordPress, CORS, XML-RPC, source-leak, or exposed-service signal needs an owning validation procedure.

Do not use the catalog as a scanner finding list or a substitute for the verification section of the owning skill.

Prerequisites

  • An authorized target and current scope constraints.
  • Captured evidence for the observation being classified.
  • The tools and identities required by the selected follow-up skill.

How to Run

  1. Match the observed behavior to the closest pattern.
  2. Open the owning skill listed in the table.
  3. Check its prerequisites and side effects.
  4. Run the smallest validation and negative control that can falsify the hypothesis.
  5. Record the result as observed, inferred, confirmed, or not tested.

Procedure

General Web Patterns

Pattern Initial signal Owning skill
WordPress user exposure REST or author route returns user metadata wp-mass-recon
Credentialed CORS Untrusted origin reflected with credentials cors-credential-wordpress
XML-RPC methods Protocol-valid system.listMethods response xmlrpc-exploitation
XML-RPC SSRF pingback.ping reaches a controlled callback xmlrpc-exploitation
Public registration Registration is enabled wp-mass-recon
Plugin surface REST namespace, asset, or version marker wordpress-plugin-hunt
Staging difference Non-production host has weaker controls staging-subdomain-hunt
Exposed error log Response contains real application errors error-log-mining
PHPInfo exposure PHP configuration page is reachable phpinfo-to-rce
Source or backup leak Response contains repository, configuration, or database content source-leak-hunt
JavaScript secret candidate Bundle contains a credential-shaped value js-secrets-extraction
Public service Non-HTTP or administrative service is internet reachable port-service-discovery

Read the full file on GitHub · 125 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 125 lines · 23 tokens per session scan A dd5684c766ba

Subscribe to this mod's changes

attack-patterns-reference is a skill published in the GitHub repository uphiago/recon-skills (1,209 stars, last pushed 9d ago), licensed MIT. It adds 23 tokens to every session and 1,217 once invoked, about $0.0001 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 skills, from other repositories

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

auditing-aws-s3-bucket-permissions

Systematically audit AWS S3 bucket permissions to identify publicly accessible buckets, overly permissive ACLs, misconfigured bucket policies, and missing encryption settings using AWS CLI, S3audit, and Prowler to enforce least-privilege data access controls.

xalgorix/xalgorix · 62 tokens

auditing-gcp-iam-permissions

Auditing Google Cloud Platform IAM permissions to identify overly permissive bindings, primitive role usage, service account key proliferation, and cross-project access risks using gcloud CLI, Policy Analyzer, and IAM Recommender.

xalgorix/xalgorix · 51 tokens

auditing-terraform-infrastructure-for-security

Auditing Terraform infrastructure-as-code for security misconfigurations using Checkov, tfsec, Terrascan, and OPA/Rego policies to detect overly permissive IAM policies, public resource exposure, missing encryption, and insecure defaults before cloud deployment.

xalgorix/xalgorix · 59 tokens

auditing-azure-active-directory-configuration

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

xalgorix/xalgorix · 58 tokens

detecting-aws-cloudtrail-anomalies

Detect unusual API call patterns in AWS CloudTrail logs using boto3, statistical baselining, and behavioral analysis to identify credential compromise, privilege escalation, and unauthorized resource access.

xalgorix/xalgorix · 45 tokens