Skip to main content

microsoft-excel

Integrates with Microsoft Excel API to read and write workbooks, manage data, and access charts stored in OneDrive.

Install this skill

or
59/100

Security score

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

Categories Tested

Security Issues

medium line 496

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
492const response = await fetch(
medium line 172

Access to root home directory

SourceSKILL.md
172GET /microsoft-excel/v1.0/me/drive/root/children
medium line 178

Access to root home directory

SourceSKILL.md
178GET /microsoft-excel/v1.0/me/drive/root/search(q='.xlsx')
low line 496

Access to .env file

SourceSKILL.md
496'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 28

External URL reference

SourceSKILL.md
28req = urllib.request.Request('https://gateway.maton.ai/microsoft-excel/v1.0/me/drive/root:/workbook.xlsx:/workbook/worksheets')
low line 37

External URL reference

SourceSKILL.md
37https://gateway.maton.ai/microsoft-excel/{native-api-path}
low line 58

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
64Manage your Microsoft Excel OAuth connections at `https://ctrl.maton.ai`.
low line 71

External URL reference

SourceSKILL.md
71req = urllib.request.Request('https://ctrl.maton.ai/connections?app=microsoft-excel&status=ACTIVE')
low line 83

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
136req = urllib.request.Request('https://gateway.maton.ai/microsoft-excel/v1.0/me/drive')
low line 493

External URL reference

SourceSKILL.md
493"https://gateway.maton.ai/microsoft-excel/v1.0/me/drive/root:/data.xlsx:/workbook/worksheets('Sheet1')/range(address='A1:B10')",
low line 512

External URL reference

SourceSKILL.md
512"https://gateway.maton.ai/microsoft-excel/v1.0/me/drive/root:/data.xlsx:/workbook/worksheets('Sheet1')/range(address='A1:B2')",
low line 563

External URL reference

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

External URL reference

SourceSKILL.md
573- Correct: `https://gateway.maton.ai/microsoft-excel/v1.0/me/drive/root:/workbook.xlsx:/workbook/worksheets`
low line 574

External URL reference

SourceSKILL.md
574- Incorrect: `https://gateway.maton.ai/v1.0/me/drive/root:/workbook.xlsx:/workbook/worksheets`
low line 578

External URL reference

SourceSKILL.md
578- [Microsoft Graph Excel API Overview](https://learn.microsoft.com/en-us/graph/api/resources/excel)
low line 579

External URL reference

SourceSKILL.md
579- [Working with Excel in Microsoft Graph](https://learn.microsoft.com/en-us/graph/excel-concept-overview)
low line 580

External URL reference

SourceSKILL.md
580- [Excel Workbook Resource](https://learn.microsoft.com/en-us/graph/api/resources/workbook)
low line 581

External URL reference

SourceSKILL.md
581- [Excel Worksheet Resource](https://learn.microsoft.com/en-us/graph/api/resources/worksheet)
low line 582

External URL reference

SourceSKILL.md
582- [Excel Range Resource](https://learn.microsoft.com/en-us/graph/api/resources/range)
low line 583

External URL reference

SourceSKILL.md
583- [Excel Table Resource](https://learn.microsoft.com/en-us/graph/api/resources/table)
low line 584

External URL reference

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