bitbucket-devops
Automates Bitbucket pipeline management with Node.js API calls, enabling users to monitor, analyze, and trigger builds efficiently.
Install this skill
Security score
The bitbucket-devops skill was audited on Feb 28, 2026 and we found 22 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 214 | ```bash |
Access to hidden dotfiles in home directory
| 29 | **Location:** `~/.claude/skills/bitbucket-devops/lib/helpers.js` |
Access to hidden dotfiles in home directory
| 43 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js <command> <args> |
Access to hidden dotfiles in home directory
| 50 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js get-latest-failed "workspace" "repo" |
Access to hidden dotfiles in home directory
| 63 | **Location:** `~/.claude/skills/bitbucket-devops/bitbucket-mcp/dist/index-cli.js` |
Access to hidden dotfiles in home directory
| 88 | node ~/.claude/skills/bitbucket-devops/bitbucket-mcp/dist/index-cli.js <command> <args> |
Access to hidden dotfiles in home directory
| 102 | **Documentation:** `~/.claude/skills/bitbucket-devops/bitbucket-mcp/docs/` |
Access to hidden dotfiles in home directory
| 115 | - **YES** → Use it immediately with `node ~/.claude/skills/bitbucket-devops/lib/helpers.js <command>` |
Access to hidden dotfiles in home directory
| 119 | - **YES** → Use them with `node ~/.claude/skills/bitbucket-devops/bitbucket-mcp/dist/index-cli.js <command>` |
Access to hidden dotfiles in home directory
| 176 | The skill directory is located at: `~/.claude/skills/bitbucket-devops/` |
Access to hidden dotfiles in home directory
| 180 | 2. **User level**: `~/.bitbucket-credentials` (home directory) |
Access to hidden dotfiles in home directory
| 181 | 3. **Skill level**: `~/.claude/skills/bitbucket-devops/credentials.json` |
Access to hidden dotfiles in home directory
| 230 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js \ |
Access to hidden dotfiles in home directory
| 247 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js \ |
Access to hidden dotfiles in home directory
| 251 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js \ |
Access to hidden dotfiles in home directory
| 280 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js get-latest-failed "workspace" "repo" |
Access to hidden dotfiles in home directory
| 281 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js get-failed-steps "workspace" "repo" "{uuid}" |
Access to hidden dotfiles in home directory
| 282 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js download-failed-logs "workspace" "repo" "{uuid}" 123 |
Access to hidden dotfiles in home directory
| 318 | node ~/.claude/skills/bitbucket-devops/bitbucket-mcp/dist/index-cli.js \ |
Access to hidden dotfiles in home directory
| 322 | node ~/.claude/skills/bitbucket-devops/lib/helpers.js get-by-number "workspace" "repo" <new-build-number> |
External URL reference
| 189 | "url": "https://api.bitbucket.org/2.0", |
External URL reference
| 200 | - `password`: App password from https://bitbucket.org/account/settings/app-passwords/ |