Skip to main content

jira

Integrates with Jira API for managing issues, projects, and workflows using OAuth authentication and JQL for efficient project management.

Install this skill

or
59/100

Security score

The jira skill was audited on Feb 11, 2026 and we found 29 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 328

Template literal with variable interpolation in command context

SourceSKILL.md
328{ headers: { 'Authorization': `Bearer ${process.env.MATON_API_KEY}` } }
medium line 335

Template literal with variable interpolation in command context

SourceSKILL.md
335`https://gateway.maton.ai/jira/ex/jira/${cloudId}/rest/api/3/search/jql?jql=project=KEY`,
medium line 336

Template literal with variable interpolation in command context

SourceSKILL.md
336{ headers: { 'Authorization': `Bearer ${process.env.MATON_API_KEY}` } }
low line 326

Fetch to external URL

SourceSKILL.md
326const resources = await fetch(
low line 328

Access to .env file

SourceSKILL.md
328{ headers: { 'Authorization': `Bearer ${process.env.MATON_API_KEY}` } }
low line 336

Access to .env file

SourceSKILL.md
336{ headers: { 'Authorization': `Bearer ${process.env.MATON_API_KEY}` } }
low line 4

External URL reference

SourceSKILL.md
4Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or wo
low line 26

External URL reference

SourceSKILL.md
26req = urllib.request.Request('https://gateway.maton.ai/jira/oauth/token/accessible-resources')
low line 34

External URL reference

SourceSKILL.md
34req = urllib.request.Request('https://gateway.maton.ai/jira/ex/jira/{cloudId}/rest/api/3/search/jql?jql=project%3DKEY&maxResults=10')
low line 43

External URL reference

SourceSKILL.md
43https://gateway.maton.ai/jira/{native-api-path}
low line 61

External URL reference

SourceSKILL.md
61"url": "https://yoursite.atlassian.net",
low line 82

External URL reference

SourceSKILL.md
821. Sign in or create an account at [maton.ai](https://maton.ai)
low line 83

External URL reference

SourceSKILL.md
832. Go to [maton.ai/settings](https://maton.ai/settings)
low line 88

External URL reference

SourceSKILL.md
88Manage your Jira OAuth connections at `https://ctrl.maton.ai`.
low line 95

External URL reference

SourceSKILL.md
95req = urllib.request.Request('https://ctrl.maton.ai/connections?app=jira&status=ACTIVE')
low line 107

External URL reference

SourceSKILL.md
107req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST')
low line 119

External URL reference

SourceSKILL.md
119req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}')
low line 133

External URL reference

SourceSKILL.md
133"url": "https://connect.maton.ai/?session_token=...",
low line 147

External URL reference

SourceSKILL.md
147req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE')
low line 160

External URL reference

SourceSKILL.md
160req = urllib.request.Request('https://gateway.maton.ai/jira/ex/jira/{cloudId}/rest/api/3/project')
low line 327

External URL reference

SourceSKILL.md
327'https://gateway.maton.ai/jira/oauth/token/accessible-resources',
low line 335

External URL reference

SourceSKILL.md
335`https://gateway.maton.ai/jira/ex/jira/${cloudId}/rest/api/3/search/jql?jql=project=KEY`,
low line 350

External URL reference

SourceSKILL.md
350'https://gateway.maton.ai/jira/oauth/token/accessible-resources',
low line 358

External URL reference

SourceSKILL.md
358f'https://gateway.maton.ai/jira/ex/jira/{cloud_id}/rest/api/3/search/jql',
low line 396

External URL reference

SourceSKILL.md
396req = urllib.request.Request('https://ctrl.maton.ai/connections')
low line 406

External URL reference

SourceSKILL.md
406- Correct: `https://gateway.maton.ai/jira/ex/jira/{cloudId}/rest/api/3/project`
low line 407

External URL reference

SourceSKILL.md
407- Incorrect: `https://gateway.maton.ai/ex/jira/{cloudId}/rest/api/3/project`
low line 416

External URL reference

SourceSKILL.md
416- [JQL Reference](https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/)
low line 417

External URL reference

SourceSKILL.md
417- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →