Skip to main content

mila

Mila enables users to manage documents, spreadsheets, and presentations via a REST API, enhancing collaboration and productivity.

Install this skill

or
68/100

Security score

The mila skill was audited on May 1, 2026 and we found 20 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106curl -X POST https://api.mila.gg/v1/documents \
medium line 117

Curl to non-GitHub URL

SourceSKILL.md
117curl -X POST https://api.mila.gg/v1/sheets \
medium line 128

Curl to non-GitHub URL

SourceSKILL.md
128curl -X POST https://api.mila.gg/v1/slides \
low line 16

External URL reference

SourceSKILL.md
16homepage: https://mila.gg
low line 22

External URL reference

SourceSKILL.md
22[Mila](https://mila.gg) is a collaborative platform for documents, spreadsheets, and slide presentations. This skill teaches you how to interact with Mila's REST API and MCP tools to manage content pr
low line 24

External URL reference

SourceSKILL.md
24Get started at [https://mila.gg](https://mila.gg) -- create an account, generate an API key, and start building.
low line 28

External URL reference

SourceSKILL.md
28All requests require a [Mila](https://mila.gg) API key. Keys use the format `mila_sk_*`.
low line 30

External URL reference

SourceSKILL.md
30- Create individual keys at [mila.gg/api-keys](https://mila.gg/api-keys)
low line 31

External URL reference

SourceSKILL.md
31- Create team keys at [mila.gg/team-api](https://mila.gg/team-api)
low line 43

External URL reference

SourceSKILL.md
43Base URL: `https://api.mila.gg/v1`
low line 49

External URL reference

SourceSKILL.md
49MCP endpoint: `https://mcp.mila.gg`
low line 61

External URL reference

SourceSKILL.md
61"url": "https://mcp.mila.gg",
low line 76

External URL reference

SourceSKILL.md
76"url": "https://mcp.mila.gg",
low line 92

External URL reference

SourceSKILL.md
92"url": "https://mcp.mila.gg",
low line 106

External URL reference

SourceSKILL.md
106curl -X POST https://api.mila.gg/v1/documents \
low line 117

External URL reference

SourceSKILL.md
117curl -X POST https://api.mila.gg/v1/sheets \
low line 128

External URL reference

SourceSKILL.md
128curl -X POST https://api.mila.gg/v1/slides \
low line 232

External URL reference

SourceSKILL.md
232- [Mila homepage](https://mila.gg)
low line 233

External URL reference

SourceSKILL.md
233- [API documentation](https://mila.gg/docs)
low line 234

External URL reference

SourceSKILL.md
234- [MCP integration guide](https://mila.gg/mcp)
Scanned on May 1, 2026
View Security Dashboard
Installation guide →