bitbucket-cloud
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill manages authentication tokens using environment variables (
BITBUCKET_TOKEN) rather than hardcoded credentials. It provides clear instructions for interacting with the official Bitbucket REST API and using specific tools for pull request management, following best practices for automated development environments. - [COMMAND_EXECUTION]: The skill includes bash scripts for common Git tasks such as branch management, commits, and pushing changes. It also uses a local Python one-liner to perform URL encoding of credentials for Git remotes, which is a standard administrative operation that does not involve downloading or executing untrusted external code.
Audit Metadata