Skip to main content

atlassianapi

Enables automation and integration with Atlassian products like Jira and Confluence through REST APIs and webhooks.

Install this skill

or
36/100

Security score

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

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Atlassian API integration for Jira and Confluence automation. Activate for Atlassian REST APIs, webhooks, and platform integration.
medium line 22

Webhook reference - potential data exfiltration

SourceSKILL.md
22- Atlassian webhooks
medium line 262

Webhook reference - potential data exfiltration

SourceSKILL.md
262## Webhooks
medium line 264

Webhook reference - potential data exfiltration

SourceSKILL.md
264### Jira Webhook Handler
medium line 270

Webhook reference - potential data exfiltration

SourceSKILL.md
270@app.route('/webhooks/jira', methods=['POST'])
medium line 271

Webhook reference - potential data exfiltration

SourceSKILL.md
271def handle_jira_webhook():
medium line 273

Webhook reference - potential data exfiltration

SourceSKILL.md
273event_type = event.get('webhookEvent')
medium line 297

Webhook reference - potential data exfiltration

SourceSKILL.md
297### Register Webhook
medium line 299

Webhook reference - potential data exfiltration

SourceSKILL.md
299# Register Jira webhook
medium line 300

Webhook reference - potential data exfiltration

SourceSKILL.md
300webhook = requests.post(
medium line 301

Webhook reference - potential data exfiltration

SourceSKILL.md
301f'{base_url}/rest/webhooks/1.0/webhook',
medium line 306

Webhook reference - potential data exfiltration

SourceSKILL.md
306'url': 'https://your-app.com/webhooks/jira',
low line 39

External URL reference

SourceSKILL.md
39base_url = 'https://your-domain.atlassian.net'
low line 47

External URL reference

SourceSKILL.md
47url='https://your-domain.atlassian.net',
low line 54

External URL reference

SourceSKILL.md
54url='https://your-domain.atlassian.net',
low line 306

External URL reference

SourceSKILL.md
306'url': 'https://your-app.com/webhooks/jira',
Scanned on Feb 21, 2026
View Security Dashboard