A skill for testing special characters and injection patterns
Scanned 2/12/2026
Install to Claude Code
npx -y skills add maxvaega/skillkit --skill edge-special-chars --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Edge Special Chars?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/maxvaega-edge-special-chars)More formats (shields.io, HTML) on the badges page.
---
name: special-chars-skill
description: A skill for testing special characters and injection patterns
allowed-tools: []
---
# Special Characters Skill
This skill tests handling of special characters in $ARGUMENTS placeholder.
Test cases covered:
- HTML/XML special chars: < > & " '
- Shell metacharacters: $ ` ; | & ( ) [ ] { }
- Path traversal attempts: ../ ../../etc/passwd
- SQL injection patterns: ' OR '1'='1
- Command injection: ; rm -rf / ; $(whoami)
- Unicode and emoji: 你好 🎉 émoji
Usage: $ARGUMENTS
## Expected Behavior
The ContentProcessor should safely substitute arguments without:
1. Executing shell commands
2. Interpreting special characters
3. Allowing path traversal
4. Enabling injection attacks
All input should be treated as literal text.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!