bitbucket
Enables management of Bitbucket repositories, pull requests, and pipelines through API commands for streamlined development workflows.
Install this skill
or
93/100
Security score
The bitbucket skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 15
Curl to non-GitHub URL
SourceSKILL.md
| 15 | curl -u "$BITBUCKET_USERNAME:$BITBUCKET_APP_PASSWORD" "https://api.bitbucket.org/2.0/repositories/$BITBUCKET_USERNAME" |
low line 15
External URL reference
SourceSKILL.md
| 15 | curl -u "$BITBUCKET_USERNAME:$BITBUCKET_APP_PASSWORD" "https://api.bitbucket.org/2.0/repositories/$BITBUCKET_USERNAME" |
low line 20
External URL reference
SourceSKILL.md
| 20 | "https://api.bitbucket.org/2.0/repositories/{workspace}/{repo}/pullrequests" \ |
Scanned on Feb 9, 2026
View Security Dashboard