mongodb-atlas-admin
Enables management of MongoDB Atlas clusters and users via the Atlas Admin API, facilitating database operations and monitoring.
Install this skill
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
Template literal with variable interpolation in command context
| 17 | ```bash |
Template literal with variable interpolation in command context
| 32 | ```bash |
Template literal with variable interpolation in command context
| 68 | ```bash |
Template literal with variable interpolation in command context
| 76 | ```bash |
Template literal with variable interpolation in command context
| 84 | ```bash |
Template literal with variable interpolation in command context
| 108 | ```bash |
Template literal with variable interpolation in command context
| 133 | ```bash |
Template literal with variable interpolation in command context
| 155 | ```bash |
Template literal with variable interpolation in command context
| 163 | ```bash |
Template literal with variable interpolation in command context
| 185 | ```bash |
Template literal with variable interpolation in command context
| 193 | ```bash |
Template literal with variable interpolation in command context
| 206 | ```bash |
Template literal with variable interpolation in command context
| 218 | ```bash |
Template literal with variable interpolation in command context
| 226 | ```bash |
Template literal with variable interpolation in command context
| 244 | ```bash |
Template literal with variable interpolation in command context
| 256 | ```bash |
Template literal with variable interpolation in command context
| 264 | ```bash |
Template literal with variable interpolation in command context
| 277 | ```bash |
Template literal with variable interpolation in command context
| 294 | ```bash |
Template literal with variable interpolation in command context
| 302 | ```bash |
Template literal with variable interpolation in command context
| 315 | ```bash |
Template literal with variable interpolation in command context
| 334 | ```bash |
Template literal with variable interpolation in command context
| 342 | ```bash |
External URL reference
| 4 | metadata: {"clawdbot":{"emoji":"🍃","requires":{"bins":["curl","jq"]},"author":{"name":"Michael Lynn","github":"mrlynn","website":"https://mlynn.org","linkedin":"https://linkedin.com/in/mlynn"}}} |
External URL reference
| 27 | "https://cloud.mongodb.com/api/atlas/v2/..." |
External URL reference
| 35 | "https://cloud.mongodb.com/api/oauth/token" \ |
External URL reference
| 43 | "https://cloud.mongodb.com/api/atlas/v2/..." |
External URL reference
| 71 | "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters" |
External URL reference
| 79 | "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" |
External URL reference
| 88 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters" \ |
External URL reference
| 112 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters" \ |
External URL reference
| 137 | -X PATCH "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" \ |
External URL reference
| 158 | -X DELETE "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" |
External URL reference
| 168 | -X PATCH "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" \ |
External URL reference
| 175 | -X PATCH "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}" \ |
External URL reference
| 188 | "https://cloud.mongodb.com/api/atlas/v2/groups" |
External URL reference
| 197 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups" \ |
External URL reference
| 209 | -X DELETE "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}" |
External URL reference
| 221 | "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/databaseUsers" |
External URL reference
| 230 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/databaseUsers" \ |
External URL reference
| 247 | -X DELETE "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/databaseUsers/admin/${USERNAME}" |
External URL reference
| 259 | "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/accessList" |
External URL reference
| 268 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/accessList" \ |
External URL reference
| 281 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/accessList" \ |
External URL reference
| 297 | "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}/backup/snapshots" |
External URL reference
| 306 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}/backup/snapshots" \ |
External URL reference
| 319 | -X POST "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/clusters/${CLUSTER_NAME}/backup/restoreJobs" \ |
External URL reference
| 337 | "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/alertConfigs" |
External URL reference
| 345 | "https://cloud.mongodb.com/api/atlas/v2/groups/${GROUP_ID}/alerts?status=OPEN" |
External URL reference
| 406 | - **Base URL:** `https://cloud.mongodb.com/api/atlas/v2` |
External URL reference
| 408 | - **Full Docs:** https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/ |
External URL reference
| 419 | - 🌐 Website: [mlynn.org](https://mlynn.org) |
External URL reference
| 421 | - 💼 LinkedIn: [linkedin.com/in/mlynn](https://linkedin.com/in/mlynn) |