atlassian-mcp

Fail

Audited by Runlayer on Mar 10, 2026

Risk Level: HIGH
Scan Summary
Max Score
95%
Files
6
Flagged
4
Chunks
10
Flagged Files (4)
atlassian-mcp/references/authentication-patterns.mdHIGH
95.1%

Risky tool definition detected

Description: requiredOperations: string[] ): Promise<PermissionReport> { const report: PermissionReport = { hasAllPermissions: true, details: [], }; for (const operation of requiredOperations) { try { switch (operation) { case 'read:jira': await client.callTool({ name: 'jira_get_issue', arguments: { issue_key: 'TEST-1' }, }); break; case 'write:jira': // Create and immediately delete a test issue const created = await client.callTool({ name: 'jira_create_issue', arguments: { project_key: 'TEST',

atlassian-mcp/SKILL.mdMEDIUM
79.1%

Risky tool definition detected

### CQL Query Samples ``` # Find pages updated in a specific space recently space = "ENG" AND type = page AND lastModified >= "2024-01-01" ORDER BY lastModified DESC # Search page text for a keyword space = "ENG" AND type = page AND text ~ "deployment runbook" ``` ### Minimal MCP Server Configuration ```json { "mcpServers": { "atlassian": { "command": "npx", "args": ["-y", "@sooperset/mcp-atlassian"], "env": { "JIRA_URL": "https://your-domain.atlassian.net", "JIRA_EMAIL": "user@example.com", "JI

atlassian-mcp/references/common-workflows.mdLOW
71.0%

Tool passed security scan

Risky tool definition detected

atlassian-mcp/references/mcp-server-setup.mdLOW
63.0%

Tool passed security scan

Passed Files (2)Click to expand
atlassian-mcp/references/jira-queries.mdOK
22.3%

Tool passed security scan

atlassian-mcp/references/confluence-operations.mdOK
17.8%

Tool passed security scan

Audit Metadata
Max File Score
95%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
6
Files Flagged
4
Chunks Analyzed
10
Analyzed
Mar 10, 2026, 01:16 PM
Security Audit — runlayer — atlassian-mcp