bash
Facilitates Bash scripting and CLI operations, enhancing command execution and error handling for efficient shell scripting.
Install this skill
or
65/100
Security score
The bash skill was audited on Jun 12, 2026 and we found 3 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 40
Template literal with variable interpolation in command context
SourceSKILL.md
| 40 | - Quote arrays as `"${arr[@]}"`. `${arr[*]}` joins into one string; unquoted `${arr[@]}` splits on whitespace and you lose elements with spaces in them. |
high line 87
Template literal with variable interpolation in command context
SourceSKILL.md
| 87 | | Parameter expansion | [references/expansion.md](references/expansion.md) | Using `${var:-…}`, `${var#…}`, `${var/…/…}`, indirection, case modification | |
medium line 76
Access to .env file
SourceSKILL.md
| 76 | - `git add -A` — risks committing `.env`, credentials, build artifacts. Add files by name. |
Scanned on Jun 12, 2026
View Security DashboardRate this skill
Categorysupport
UpdatedJune 15, 2026
claude-codecursorwindsurfclineroo-codeampcodexgoosetraeopencodeaideropenclawmanusgithub-copilotcopilotbackendapicross-platform
angri450/Nong.Dev.Net