atlassianapi
Enables automation and integration with Atlassian products like Jira and Confluence through REST APIs and webhooks.
Install this skill
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
Webhook reference - potential data exfiltration
| 3 | description: Atlassian API integration for Jira and Confluence automation. Activate for Atlassian REST APIs, webhooks, and platform integration. |
Webhook reference - potential data exfiltration
| 22 | - Atlassian webhooks |
Webhook reference - potential data exfiltration
| 262 | ## Webhooks |
Webhook reference - potential data exfiltration
| 264 | ### Jira Webhook Handler |
Webhook reference - potential data exfiltration
| 270 | @app.route('/webhooks/jira', methods=['POST']) |
Webhook reference - potential data exfiltration
| 271 | def handle_jira_webhook(): |
Webhook reference - potential data exfiltration
| 273 | event_type = event.get('webhookEvent') |
Webhook reference - potential data exfiltration
| 297 | ### Register Webhook |
Webhook reference - potential data exfiltration
| 299 | # Register Jira webhook |
Webhook reference - potential data exfiltration
| 300 | webhook = requests.post( |
Webhook reference - potential data exfiltration
| 301 | f'{base_url}/rest/webhooks/1.0/webhook', |
Webhook reference - potential data exfiltration
| 306 | 'url': 'https://your-app.com/webhooks/jira', |
External URL reference
| 39 | base_url = 'https://your-domain.atlassian.net' |
External URL reference
| 47 | url='https://your-domain.atlassian.net', |
External URL reference
| 54 | url='https://your-domain.atlassian.net', |
External URL reference
| 306 | 'url': 'https://your-app.com/webhooks/jira', |
Install this skill with one command
/learn @lobbi-docs/atlassian-api