string-manipulation-mastery
Master advanced bash string manipulation techniques for efficient text processing and parameter expansion without external tools.
Install this skill
Security score
The string-manipulation-mastery skill was audited on May 13, 2026 and we found 28 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 26 | ```bash |
Template literal with variable interpolation in command context
| 46 | ```bash |
Template literal with variable interpolation in command context
| 81 | ```bash |
Template literal with variable interpolation in command context
| 112 | ```bash |
Template literal with variable interpolation in command context
| 153 | ```bash |
Template literal with variable interpolation in command context
| 190 | ```bash |
Template literal with variable interpolation in command context
| 224 | ```bash |
Template literal with variable interpolation in command context
| 272 | ```bash |
Template literal with variable interpolation in command context
| 300 | ```bash |
Template literal with variable interpolation in command context
| 341 | ```bash |
Template literal with variable interpolation in command context
| 384 | ```bash |
Template literal with variable interpolation in command context
| 438 | ```bash |
Template literal with variable interpolation in command context
| 468 | ```bash |
Template literal with variable interpolation in command context
| 502 | ```bash |
Template literal with variable interpolation in command context
| 541 | ```bash |
Template literal with variable interpolation in command context
| 579 | ```bash |
Template literal with variable interpolation in command context
| 610 | ```bash |
Template literal with variable interpolation in command context
| 662 | ```bash |
Template literal with variable interpolation in command context
| 705 | ```bash |
Template literal with variable interpolation in command context
| 743 | ```bash |
Template literal with variable interpolation in command context
| 776 | ```bash |
Template literal with variable interpolation in command context
| 797 | ```bash |
External URL reference
| 171 | url="https://example.com/path" |
External URL reference
| 172 | echo "${url#https://}" # example.com/path |
External URL reference
| 821 | - [Bash Reference - Shell Parameter Expansion](https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html) |
External URL reference
| 822 | - [Bash Reference - Pattern Matching](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html) |
External URL reference
| 823 | - [BashFAQ/100 - String manipulation](https://mywiki.wooledge.org/BashFAQ/100) |
External URL reference
| 824 | - [Bash Hackers - Parameter Expansion](https://wiki.bash-hackers.org/syntax/pe) |