Skip to content

Commit b9882fe

Browse files
author
GHActionBot
committed
Sync the skills catalog
1 parent 8c5363c commit b9882fe

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

docs/index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
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>

docs/skills.zip

2.55 KB
Binary file not shown.

skills_catalog.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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>
92103
secure-email-validation
93104
</name>
94105
<description>

0 commit comments

Comments
 (0)