Skip to main content

string-manipulation-mastery

Master advanced bash string manipulation techniques for efficient text processing and parameter expansion without external tools.

Install this skill

or
0/100

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

medium line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26```bash
medium line 46

Template literal with variable interpolation in command context

SourceSKILL.md
46```bash
medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81```bash
medium line 112

Template literal with variable interpolation in command context

SourceSKILL.md
112```bash
medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153```bash
medium line 190

Template literal with variable interpolation in command context

SourceSKILL.md
190```bash
medium line 224

Template literal with variable interpolation in command context

SourceSKILL.md
224```bash
medium line 272

Template literal with variable interpolation in command context

SourceSKILL.md
272```bash
medium line 300

Template literal with variable interpolation in command context

SourceSKILL.md
300```bash
medium line 341

Template literal with variable interpolation in command context

SourceSKILL.md
341```bash
medium line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384```bash
medium line 438

Template literal with variable interpolation in command context

SourceSKILL.md
438```bash
medium line 468

Template literal with variable interpolation in command context

SourceSKILL.md
468```bash
medium line 502

Template literal with variable interpolation in command context

SourceSKILL.md
502```bash
medium line 541

Template literal with variable interpolation in command context

SourceSKILL.md
541```bash
medium line 579

Template literal with variable interpolation in command context

SourceSKILL.md
579```bash
medium line 610

Template literal with variable interpolation in command context

SourceSKILL.md
610```bash
medium line 662

Template literal with variable interpolation in command context

SourceSKILL.md
662```bash
medium line 705

Template literal with variable interpolation in command context

SourceSKILL.md
705```bash
medium line 743

Template literal with variable interpolation in command context

SourceSKILL.md
743```bash
medium line 776

Template literal with variable interpolation in command context

SourceSKILL.md
776```bash
medium line 797

Template literal with variable interpolation in command context

SourceSKILL.md
797```bash
low line 171

External URL reference

SourceSKILL.md
171url="https://example.com/path"
low line 172

External URL reference

SourceSKILL.md
172echo "${url#https://}" # example.com/path
low line 821

External URL reference

SourceSKILL.md
821- [Bash Reference - Shell Parameter Expansion](https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html)
low line 822

External URL reference

SourceSKILL.md
822- [Bash Reference - Pattern Matching](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html)
low line 823

External URL reference

SourceSKILL.md
823- [BashFAQ/100 - String manipulation](https://mywiki.wooledge.org/BashFAQ/100)
low line 824

External URL reference

SourceSKILL.md
824- [Bash Hackers - Parameter Expansion](https://wiki.bash-hackers.org/syntax/pe)
Scanned on May 13, 2026
View Security Dashboard
Installation guide →