Skip to main content

clio

Integrates with Clio API for managing legal practice data, including matters, tasks, and billing through OAuth authentication.

Install this skill

or
76/100

Security score

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

Categories Tested

Security Issues

medium line 516

Template literal with variable interpolation in command context

SourceSKILL.md
516'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 512

Fetch to external URL

SourceSKILL.md
512const response = await fetch(
low line 516

Access to .env file

SourceSKILL.md
516'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 6

External URL reference

SourceSKILL.md
6For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
low line 13

External URL reference

SourceSKILL.md
13homepage: "https://maton.ai"
low line 29

External URL reference

SourceSKILL.md
29req = urllib.request.Request('https://gateway.maton.ai/clio/api/v4/matters?fields=id,display_number,description,status')
low line 38

External URL reference

SourceSKILL.md
38https://gateway.maton.ai/clio/{native-api-path}
low line 59

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
65Manage your Clio OAuth connections at `https://ctrl.maton.ai`.
low line 72

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
137req = urllib.request.Request('https://gateway.maton.ai/clio/api/v4/matters')
low line 494

External URL reference

SourceSKILL.md
494"next": "https://app.clio.com/api/v4/matters?page_token=xyz123"
low line 513

External URL reference

SourceSKILL.md
513'https://gateway.maton.ai/clio/api/v4/matters?fields=id,display_number,description',
low line 530

External URL reference

SourceSKILL.md
530'https://gateway.maton.ai/clio/api/v4/matters',
low line 575

External URL reference

SourceSKILL.md
575- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Feb 16, 2026
View Security Dashboard