Skip to main content

bkt

Manages Bitbucket repositories, pull requests, and pipelines using a unified CLI for both Data Center and Cloud environments.

Install this skill

or
77/100

Security score

The bkt skill was audited on Feb 9, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 4

Webhook reference - potential data exfiltration

SourceSKILL.md
4description: Bitbucket CLI for Data Center and Cloud. Use when users need to manage repositories, pull requests, branches, issues, webhooks, or pipelines in Bitbucket. Triggers include "bitbucket", "b
medium line 89

Webhook reference - potential data exfiltration

SourceSKILL.md
89| Webhooks | `bkt webhook list` |
medium line 160

Webhook reference - potential data exfiltration

SourceSKILL.md
160## Webhooks
low line 163

Webhook reference - potential data exfiltration

SourceSKILL.md
163bkt webhook list
low line 164

Webhook reference - potential data exfiltration

SourceSKILL.md
164bkt webhook create --name "CI" --url https://ci.example.com/hook --event repo:refs_changed
low line 165

Webhook reference - potential data exfiltration

SourceSKILL.md
165bkt webhook delete <id>
low line 166

Webhook reference - potential data exfiltration

SourceSKILL.md
166bkt webhook test <id>
low line 37

External URL reference

SourceSKILL.md
37bkt auth login https://bitbucket.example.com --web
low line 40

External URL reference

SourceSKILL.md
40bkt auth login https://bitbucket.example.com --username alice --token <PAT>
low line 43

External URL reference

SourceSKILL.md
43bkt auth login https://bitbucket.org --kind cloud --web
low line 164

External URL reference

SourceSKILL.md
164bkt webhook create --name "CI" --url https://ci.example.com/hook --event repo:refs_changed
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →