bash-linux
Provides essential Bash/Linux terminal patterns for critical commands, scripting, and error handling on macOS and Linux systems.
Install this skill
or
33/100
Security score
The bash-linux skill was audited on May 12, 2026 and we found 7 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
medium line 105
Template literal with variable interpolation in command context
SourceSKILL.md
| 105 | ```bash |
medium line 145
Template literal with variable interpolation in command context
SourceSKILL.md
| 145 | ```bash |
critical line 169
Piping content to bash shell
SourceSKILL.md
| 169 | | Task | PowerShell | Bash | |
high line 95
Curl to non-GitHub URL
SourceSKILL.md
| 95 | | Download | `curl -O https://example.com/file` | |
high line 96
Curl to non-GitHub URL
SourceSKILL.md
| 96 | | API request | `curl -X GET https://api.example.com` | |
low line 95
External URL reference
SourceSKILL.md
| 95 | | Download | `curl -O https://example.com/file` | |
low line 96
External URL reference
SourceSKILL.md
| 96 | | API request | `curl -X GET https://api.example.com` | |
Scanned on May 12, 2026
View Security Dashboard