Skip to content

Commit fb0b51f

Browse files
committed
Merge branch 'main' of github.com:righettod/code-assistant-skills-security-utils
2 parents cc73dc1 + de163ee commit fb0b51f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h1>Claude Security Skills</h1>
212212
<div class="card-subtitle">skill</div>
213213
</div>
214214
</div>
215-
<p class="card-desc">Generate secure relative url validation code. Enforces secure generation of code validating an relative url. Invoke when writing any relative url validation related code.</p>
215+
<p class="card-desc">Generate secure relative url validation code for open redirect prevention. Intentionally strict — rejects valid but risky relative URL forms such as `../page`, `?query`, and `#anchor`. Invoke when writing any relative url validation related code.</p>
216216
<a class="card-link" href="https://github.com/righettod/code-assistant-skills-security-utils/tree/main/.claude/skills/secure-relative-url-validation/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>
217217
View SKILL.md on GitHub
218218
</a>

docs/skills.zip

185 Bytes
Binary file not shown.

skills_catalog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://github.com/righettod/code-assistant-skills-security-utils/tree/main/.cla
1515
secure-relative-url-validation
1616
</name>
1717
<description>
18-
Generate secure relative url validation code. Enforces secure generation of code validating an relative url. Invoke when writing any relative url validation related code.
18+
Generate secure relative url validation code for open redirect prevention. Intentionally strict — rejects valid but risky relative URL forms such as `../page`, `?query`, and `#anchor`. Invoke when writing any relative url validation related code.
1919
</description>
2020
<location>
2121
https://github.com/righettod/code-assistant-skills-security-utils/tree/main/.claude/skills/secure-relative-url-validation/SKILL.md

0 commit comments

Comments
 (0)