Skip to main content

mongodb-atlas-admin

Enables management of MongoDB Atlas clusters and users via the Atlas Admin API, facilitating database operations and monitoring.

Install this skill

or
0/100

Security score

The mongodb-atlas-admin skill was audited on Feb 9, 2026 and we found 53 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 17

Template literal with variable interpolation in command context

SourceSKILL.md
17```bash
medium line 32

Template literal with variable interpolation in command context

SourceSKILL.md
32```bash
medium line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68```bash
medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76```bash
medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84```bash
medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108```bash
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133```bash
medium line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155```bash
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163```bash
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185```bash
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193```bash
medium line 206

Template literal with variable interpolation in command context

SourceSKILL.md
206```bash
medium line 218

Template literal with variable interpolation in command context

SourceSKILL.md
218```bash
medium line 226

Template literal with variable interpolation in command context

SourceSKILL.md
226```bash
medium line 244

Template literal with variable interpolation in command context

SourceSKILL.md
244```bash
medium line 256

Template literal with variable interpolation in command context

SourceSKILL.md
256```bash
medium line 264

Template literal with variable interpolation in command context

SourceSKILL.md
264```bash
medium line 277

Template literal with variable interpolation in command context

SourceSKILL.md
277```bash
medium line 294

Template literal with variable interpolation in command context

SourceSKILL.md
294```bash
medium line 302

Template literal with variable interpolation in command context

SourceSKILL.md
302```bash
medium line 315

Template literal with variable interpolation in command context

SourceSKILL.md
315```bash
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334```bash
medium line 342

Template literal with variable interpolation in command context

SourceSKILL.md
342```bash
low line 4

External URL reference

SourceSKILL.md
4metadata: {"clawdbot":{"emoji":"🍃","requires":{"bins":["curl","jq"]},"author":{"name":"Michael Lynn","github":"mrlynn","website":"https://mlynn.org","linkedin":"https://linkedin.com/in/mlynn"}}}
low line 27

External URL reference

SourceSKILL.md
27"https://cloud.mongodb.com/api/atlas/v2/..."
low line 35

External URL reference

SourceSKILL.md
35"https://cloud.mongodb.com/api/oauth/token" \
low line 43

External URL reference

SourceSKILL.md
43"https://cloud.mongodb.com/api/atlas/v2/..."
low line 71

External URL reference

SourceSKILL.md
71"https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters"
low line 79

External URL reference

SourceSKILL.md
79"https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}"
low line 88

External URL reference

SourceSKILL.md
88-X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters" \
low line 112

External URL reference

SourceSKILL.md
112-X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters" \
low line 137

External URL reference

SourceSKILL.md
137-X PATCH "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" \
low line 158

External URL reference

SourceSKILL.md
158-X DELETE "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}"
low line 168

External URL reference

SourceSKILL.md
168-X PATCH "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" \
low line 175

External URL reference

SourceSKILL.md
175-X PATCH "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" \
low line 188

External URL reference

SourceSKILL.md
188"https://cloud.mongodb.com/api/atlas/v2/groups"
low line 197

External URL reference

SourceSKILL.md
197-X POST "https://cloud.mongodb.com/api/atlas/v2/groups" \
low line 209

External URL reference

SourceSKILL.md
209-X DELETE "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}"
low line 221

External URL reference

SourceSKILL.md
221"https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/databaseUsers"
low line 230

External URL reference

SourceSKILL.md
230-X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/databaseUsers" \
low line 247

External URL reference

SourceSKILL.md
247-X DELETE "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/databaseUsers/admin/${USERNAME}"
low line 259

External URL reference

SourceSKILL.md
259"https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/accessList"
low line 268

External URL reference

SourceSKILL.md
268-X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/accessList" \
low line 281

External URL reference

SourceSKILL.md
281-X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/accessList" \
low line 297

External URL reference

SourceSKILL.md
297"https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}/backup/snapshots"
low line 306

External URL reference

SourceSKILL.md
306-X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}/backup/snapshots" \
low line 319

External URL reference

SourceSKILL.md
319-X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}/backup/restoreJobs" \
low line 337

External URL reference

SourceSKILL.md
337"https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/alertConfigs"
low line 345

External URL reference

SourceSKILL.md
345"https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/alerts?status=OPEN"
low line 406

External URL reference

SourceSKILL.md
406- **Base URL:** `https://cloud.mongodb.com/api/atlas/v2`
low line 408

External URL reference

SourceSKILL.md
408- **Full Docs:** https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/
low line 419

External URL reference

SourceSKILL.md
419- 🌐 Website: [mlynn.org](https://mlynn.org)
low line 421

External URL reference

SourceSKILL.md
421- 💼 LinkedIn: [linkedin.com/in/mlynn](https://linkedin.com/in/mlynn)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →