cross-wave-delta-analysis

cross-wave-delta-analysis is a skill for Claude Code, Codex from uphiago/recon-skills. It costs 21 tokens per session (1,251 once invoked), scanned A, original, MIT.

A comparison method for repeated reconnaissance waves, where the same targets are checked more than once. It labels findings as new, fixed or blocked, persistent, regressed, or changed.

In plain words
What is it for?
Use it to compare baseline and current assessment results, identify newly exposed services or endpoints, and track patched or continuing vulnerabilities.
Why use it?
It shows how a target's security exposure changes over time instead of treating every assessment as isolated. It also helps confirm that earlier findings are still valid before reporting them.

Skill for Claude CodeCodex

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

Good fit Use it to compare baseline and current assessment results, identify newly exposed services or endpoints, and track patched or continuing vulnerabilities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uphiago/recon-skills/cross-wave-delta-analysis
About the project

Recon Skills is a pack of security-testing skills covering reconnaissance, web applications, APIs, authentication, vulnerability validation, cloud infrastructure, and reporting. Security professionals use it for authorized assessments of systems they own or have written permission to test. The catalogue entries are individual skills from the pack.

uphiago/recon-skills · 1,254 stars · on GitHub · hiago.sh

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.

Any agent
npx skills add uphiago/recon-skills --skill cross-wave-delta-analysis
Clone the repo
git clone --depth 1 https://github.com/uphiago/recon-skills

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 cross-wave-delta-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/uphiago/recon-skills/cross-wave-delta-analysis/github.svg)](https://agentmods.dev/skills/uphiago/recon-skills/cross-wave-delta-analysis)
Your own site
<a href="https://agentmods.dev/skills/uphiago/recon-skills/cross-wave-delta-analysis"><img src="https://agentmods.dev/badge/skills/uphiago/recon-skills/cross-wave-delta-analysis/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 cross-wave-delta-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/uphiago/recon-skills/cross-wave-delta-analysis"><img src="https://agentmods.dev/badge/skills/uphiago/recon-skills/cross-wave-delta-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,251 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00021 $0.01251
Opus 5 $0.00010 $0.00626
Sonnet 5 $0.00004 $0.00250
Haiku 4.5 $0.00002 $0.00125

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

Security

Grade A, and why

cross-wave-delta-analysis 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 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.

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/cross-wave-delta-analysis/SKILL.md · 114 lines

How it starts

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

Cross-Wave Delta Analysis Skill

Methodology for comparing findings across multiple recon waves on the same target set. Detects NEW findings, REGRESSIONS (previously open now blocked), PERSISTENT vulnerabilities, and CHANGES over time. Distilled from 9 waves across 7 deep targets that revealed missed CORS findings, new port exposures, and infrastructure drift.

When to Use

  • Running repeated recon on the same target set (Wave N+1 after Wave N).
  • You want to know if a vulnerability was PATCHED since last wave.
  • You want to know if a NEW surface appeared (new ports, new subdomains, new endpoints).
  • After completing a deep recon wave — produce the delta report before next wave.
  • Before reporting — confirm findings are still valid (not regressed).

Prerequisites

  • Prior assessment output beneath ${OUTPUT_DIR:-./output}/baseline/.
  • Current assessment output beneath ${OUTPUT_DIR:-./output}/current/.
  • Structured findings per target (at minimum: ports, CORS status, WP users, XMLRPC status, sensitive paths).

How to Run

# Produce a delta report comparing WaveN to WaveN+1
# Read wave outputs, compare per-target, classify findings

Quick Reference

Delta Categories

Category Label Meaning Example
NEW ++ Finding that didn't exist in any prior wave Port 3306 (MySQL) now OPEN
REGRESSION -- Service that was accessible but is now blocked XMLRPC 200 -> 405 (hardened)
PERSISTENT == Vulnerability unchanged across all waves CORS still reflecting since wave6
CHANGE ~ Configuration changed but not a regression WP users: 10 in wave7, 9 in wave9
REVERSED -> A regression that was later undone (mitigation removed) XMLRPC 405 (W9) -> 200 active (W10)

REVERSED — Special Category

Reversed findings are regressions that later reverted to the original vulnerable state. This happens when:

  • A WAF rule was applied temporarily then removed (common on GoDaddy/Cloudflare shared hosting)
  • A plugin security update was rolled back
  • Infrastructure was redeployed without the hardening

Read the full file on GitHub · 114 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 · 114 lines · 21 tokens per session scan A ca94f1dc1b16

Subscribe to this mod's changes

cross-wave-delta-analysis is a skill published in the GitHub repository uphiago/recon-skills (1,254 stars, last pushed 10d ago), licensed MIT. It adds 21 tokens to every session and 1,251 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

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

detecting-compromised-cloud-credentials

Detecting compromised cloud credentials across AWS, Azure, and GCP by analyzing anomalous API activity, impossible travel patterns, unauthorized resource provisioning, and credential abuse indicators using GuardDuty, Defender for Identity, and SCC Event Threat Detection.

xalgorix/xalgorix · 55 tokens

detecting-s3-data-exfiltration-attempts

Detecting data exfiltration attempts from AWS S3 buckets by analyzing CloudTrail S3 data events, VPC Flow Logs, GuardDuty findings, Amazon Macie alerts, and S3 access patterns to identify unauthorized bulk downloads and cross-account data transfers.

xalgorix/xalgorix · 63 tokens

implementing-aws-config-rules-for-compliance

Implementing AWS Config rules for continuous compliance monitoring of AWS resources, deploying managed and custom rules aligned to CIS and PCI DSS frameworks, configuring automatic remediation with SSM Automation, and aggregating compliance data across accounts.

xalgorix/xalgorix · 53 tokens

implementing-aws-security-hub-compliance

Implementing AWS Security Hub to aggregate security findings across AWS accounts, enable compliance standards like CIS AWS Foundations and PCI DSS, configure automated remediation with EventBridge and Lambda, and create custom security insights for organizational risk management.

xalgorix/xalgorix · 53 tokens

implementing-azure-defender-for-cloud

Implementing Microsoft Defender for Cloud to enable cloud security posture management, workload protection across VMs, containers, databases, and storage, configure security recommendations, and set up adaptive security controls with automated remediation.

xalgorix/xalgorix · 49 tokens