special-chars-skill

Special Characters Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "special-chars-skill" with this command: npx skills add maxvaega/skillkit/maxvaega-skillkit-special-chars-skill

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

large-content-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

markdown-formatter

No summary provided by upstream source.

Repository SourceNeeds Review
General

arguments-test

No summary provided by upstream source.

Repository SourceNeeds Review
General

csv-parser

No summary provided by upstream source.

Repository SourceNeeds Review