Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas.
54
61%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/bitbucket-automation/SKILL.mdThe canonical home for this skill is bitbucket-automation in administrakt0r/AI-Agents-Safe-Coding-Skills
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md describes required tool sequences that can ingest outsider-authored Bitbucket content at runtime via operations like `BITBUCKET_LIST_PULL_REQUESTS`, `BITBUCKET_GET_PULL_REQUEST(_DIFF/_DIFFSTAT)`, and `BITBUCKET_LIST_ISSUES`/`BITBUCKET_CREATE_ISSUE_COMMENT`, where text originates from repositories/issues/PRs that external users can submit.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill requires connecting at runtime to the Rube MCP endpoint https://rube.app/mcp to fetch tool schemas (via RUBE_SEARCH_TOOLS), which directly controls the agent's available tools/instructions, so this external URL is a required runtime dependency.
fbdfd63
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.