Skip to main content

quickbooks

Integrates with QuickBooks API for managing customers, invoices, and financial reports using OAuth authentication.

Install this skill

or
75/100

Security score

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

Categories Tested

Security Issues

medium line 308

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
304const response = await fetch(
low line 308

Access to .env file

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

External URL reference

SourceSKILL.md
4QuickBooks API integration with managed OAuth. Manage customers, invoices, payments, bills, and run financial reports. Use this skill when users want to interact with QuickBooks accounting data. For o
low line 26

External URL reference

SourceSKILL.md
26req = urllib.request.Request('https://gateway.maton.ai/quickbooks/v3/company/:realmId/query?query=SELECT%20*%20FROM%20Customer%20MAXRESULTS%20100')
low line 35

External URL reference

SourceSKILL.md
35https://gateway.maton.ai/quickbooks/{native-api-path}
low line 56

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
62Manage your QuickBooks OAuth connections at `https://ctrl.maton.ai`.
low line 69

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
134req = urllib.request.Request('https://gateway.maton.ai/quickbooks/v3/company/:realmId/companyinfo/:realmId')
low line 305

External URL reference

SourceSKILL.md
305'https://gateway.maton.ai/quickbooks/v3/company/:realmId/query?query=SELECT%20*%20FROM%20Customer',
low line 321

External URL reference

SourceSKILL.md
321'https://gateway.maton.ai/quickbooks/v3/company/:realmId/query',
low line 359

External URL reference

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

External URL reference

SourceSKILL.md
369- Correct: `https://gateway.maton.ai/quickbooks/v3/company/:realmId/query`
low line 370

External URL reference

SourceSKILL.md
370- Incorrect: `https://gateway.maton.ai/v3/company/:realmId/query`
low line 379

External URL reference

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