special-chars-skill
SKILL.md
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:
- Executing shell commands
- Interpreting special characters
- Allowing path traversal
- Enabling injection attacks
All input should be treated as literal text.
Weekly Installs
4
Repository
maxvaega/skillkitGitHub Stars
133
First Seen
Jan 25, 2026
Security Audits
Installed on
opencode4
gemini-cli4
codex4
codebuddy3
github-copilot3
amp3