File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 188188< header > < div class ="badge "> Skills Catalog</ div >
189189< h1 > Claude Security Skills</ h1 >
190190< p class ="subtitle "> Security-focused code-generation skills for Claude Code assistants</ p >
191- < p class ="subtitle "> < a class ="bundle-link " href ="skills.zip " target ="_blank " rel ="noopener noreferrer "> Download the bundle</ a > </ p > </ header > < div style ="text-align:center "> < span class ="skill-count "> < strong > 11 </ strong > skills available.
191+ < p class ="subtitle "> < a class ="bundle-link " href ="skills.zip " target ="_blank " rel ="noopener noreferrer "> Download the bundle</ a > </ p > </ header > < div style ="text-align:center "> < span class ="skill-count "> < strong > 12 </ strong > skills available.
192192 </ span > </ div >
193193< div class ="grid ">
194194< div class ="card ">
@@ -297,6 +297,19 @@ <h1>Claude Security Skills</h1>
297297</ div >
298298< div class ="card ">
299299< div class ="card-header ">
300+ < div class ="icon "> 🛡️</ div >
301+ < div >
302+ < div class ="card-title "> secure-http-request-dns-rebinding-prevention</ div >
303+ < div class ="card-subtitle "> skill</ div >
304+ </ div >
305+ </ div >
306+ < p class ="card-desc "> Generate secure code for HTTP request preventing exposure to DNS rebinding attack. Enforces HTTP request not exposed to DNS rebinding attack. Invoke when writing HTTP request code that must only target public IP addresses.</ p >
307+ < a class ="card-link " href ="https://github.com/righettod/code-assistant-skills-security-utils/tree/main/.claude/skills/secure-http-request-dns-rebinding-prevention/SKILL.md " target ="_blank " rel ="noopener noreferrer "> < svg width ="13 " height ="13 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round "> < path d ="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6 "> </ path > < polyline points ="15 3 21 3 21 9 "> </ polyline > < line x1 ="10 " y1 ="14 " x2 ="21 " y2 ="3 "> </ line > </ svg >
308+ View SKILL.md on GitHub
309+ </ a >
310+ </ div >
311+ < div class ="card ">
312+ < div class ="card-header ">
300313< div class ="icon "> ✉️</ div >
301314< div >
302315< div class ="card-title "> secure-email-validation</ div >
Original file line number Diff line number Diff line change @@ -89,6 +89,17 @@ https://github.com/righettod/code-assistant-skills-security-utils/tree/main/.cla
8989</skill >
9090<skill >
9191<name >
92+ secure-http-request-dns-rebinding-prevention
93+ </name >
94+ <description >
95+ Generate secure code for HTTP request preventing exposure to DNS rebinding attack. Enforces HTTP request not exposed to DNS rebinding attack. Invoke when writing HTTP request code that must only target public IP addresses.
96+ </description >
97+ <location >
98+ https://github.com/righettod/code-assistant-skills-security-utils/tree/main/.claude/skills/secure-http-request-dns-rebinding-prevention/SKILL.md
99+ </location >
100+ </skill >
101+ <skill >
102+ <name >
92103secure-email-validation
93104</name >
94105<description >
You can’t perform that action at this time.
0 commit comments