atlassian-mcp
Fail
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: CRITICALEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing and executing various MCP servers via
npxanduvx. While the official server from Anthropic is listed as a trusted option, the skill also promotes community-maintained packages such as@sooperset/mcp-atlassianandatlassian-mcp(by xuanxt) from non-trusted maintainers. - [COMMAND_EXECUTION]: Provides shell command templates using
npxanduvxfor configuring MCP servers. These commands are intended to be executed within the agent's environment to dynamically fetch and run server code from public registries (NPM and PyPI). - [INDIRECT_PROMPT_INJECTION]: The automation workflows described in
references/common-workflows.mdingest untrusted data from Jira issues and Confluence pages. - Ingestion points:
jira_get_issue(common-workflows.md),confluence_get_page(common-workflows.md). - Boundary markers: Explicit instructions in
SKILL.mdadvise validation, but the provided code snippets lack strict delimiters or "ignore instructions" guards when processing issue descriptions. - Capability inventory: The skill facilitates high-privilege operations including
jira_update_issue,jira_add_comment, andconfluence_update_pagebased on parsed input. - Sanitization: Code snippets use
escapeHtmlfor display, but logic for triage and routing relies on simple regex matches against potentially attacker-controlled issue summaries and descriptions. - [METADATA_POISONING]: Automated scanners (URLite and File Reputation) flagged the documentation site
jeffallan.github.ioand the fileSKILL.mdas malicious. While these appear to be documentation resources associated with the author's GitHub Pages, the alerts suggest the presence of patterns or scripts commonly associated with higher-risk content.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata