performing-soap-web-service-security-testing

performing-soap-web-service-security-testing is a skill for Claude Code, Codex from Njones17/AI-agent-master-cyber-skills-list. It costs 41 tokens per session (3,561 once invoked), scanned A, original, no licence file.

Security testing for SOAP web services, an older web-service style that exchanges structured XML messages. It uses WSDL files, which describe a service’s operations and message formats.

In plain words
What is it for?
Use it to inspect WSDL definitions and test SOAP services for XML injection, XXE, WS-Security bypasses, and SOAPAction spoofing.
Why use it?
SOAP services can be exposed to XML injection, XXE attacks, authentication bypasses, or spoofed action names. Testing helps reveal weaknesses in how they process requests.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to inspect WSDL definitions and test SOAP services for XML injection, XXE, WS-Security bypasses, and SOAPAction spoofing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/njones17/ai-agent-master-cyber-skills-list/performing-soap-web-service-security-testing
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 Njones17/AI-agent-master-cyber-skills-list --skill performing-soap-web-service-security-testing
Clone the repo
git clone --depth 1 https://github.com/Njones17/AI-agent-master-cyber-skills-list

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 performing-soap-web-service-security-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/njones17/ai-agent-master-cyber-skills-list/performing-soap-web-service-security-testing/github.svg)](https://agentmods.dev/skills/njones17/ai-agent-master-cyber-skills-list/performing-soap-web-service-security-testing)
Your own site
<a href="https://agentmods.dev/skills/njones17/ai-agent-master-cyber-skills-list/performing-soap-web-service-security-testing"><img src="https://agentmods.dev/badge/skills/njones17/ai-agent-master-cyber-skills-list/performing-soap-web-service-security-testing/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 performing-soap-web-service-security-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/njones17/ai-agent-master-cyber-skills-list/performing-soap-web-service-security-testing"><img src="https://agentmods.dev/badge/skills/njones17/ai-agent-master-cyber-skills-list/performing-soap-web-service-security-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,561 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 unknown 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.00041 $0.03561
Opus 5 $0.00020 $0.01781
Sonnet 5 $0.00008 $0.00712
Haiku 4.5 $0.00004 $0.00356

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

Security

Grade A, and why

performing-soap-web-service-security-testing 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

response = requests.get(self.wsdl_url, timeout=30)
skills/application-security/performing-soap-web-service-security-testing/SKILL.md · 431 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 431 lines · 41 tokens per session scan A 9b0b76dca00b

Subscribe to this mod's changes

performing-soap-web-service-security-testing is a skill published in the GitHub repository Njones17/AI-agent-master-cyber-skills-list (21 stars, last pushed 6mo ago), with no licence file. It adds 41 tokens to every session and 3,561 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

performing-soap-web-service-security-testing

Perform security testing of SOAP web services by analyzing WSDL definitions and testing for XML injection, XXE, WS-Security bypass, and SOAPAction spoofing.

xalgorix/xalgorix · 41 tokens

testing-for-xxe-injection-vulnerabilities

Discovering and exploiting XML External Entity injection vulnerabilities to read server files, perform SSRF, and exfiltrate data during authorized penetration tests.

balsm-health/Balsm-AI · 39 tokens

owasp-top-10-testing

Test an application against the OWASP Top 10 with Strix — autonomous AI agents that attempt real exploits for each category of the current OWASP Top 10:2025 (broken access control including SSRF, security misconfiguration, software supply chain failures, cryptographic failures, injection, insecure design…

usestrix/strix · 151 tokens

application-security-testing

Application security testing (AppSec) across a whole product with Strix — decide which asset needs which test (source code, running web app, API, CI pipeline), run it, and turn the results into a ranked remediation plan. Autonomous agents exploit and prove each issue instead of emitting static-analysis alerts, so the…

usestrix/strix · 125 tokens

performing-graphql-depth-limit-attack

Execute and test GraphQL depth limit attacks using deeply nested recursive queries to identify denial-of-service vulnerabilities in GraphQL APIs.

xalgorix/xalgorix · 33 tokens

race

Race condition / TOCTOU playbook — limit overrun (one-time codes used twice, gift cards spent twice), single-packet attack (last-byte sync) to force parallel processing, and state-confusion races (file upload + read, order before payment). Use when timing-sensitive logic could be abused — one-time codes, coupons/gift…

PentesterFlow/agent · 82 tokens