eazemyapi
Provides expert guidance on using EazeMyAPI to build no-code backends and auto-generate REST APIs from database tables.
Install this skill
Security score
The eazemyapi skill was audited on Mar 29, 2026 and we found 39 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 150 | const res = await fetch(`https://api.eazemyapi.com/my-project/posts/v2/show/${id}`, { |
Template literal with variable interpolation in command context
| 172 | const res = await fetch(`https://api.eazemyapi.com/my-project/posts/v2/update/${id}`, { |
Template literal with variable interpolation in command context
| 185 | const res = await fetch(`https://api.eazemyapi.com/my-project/posts/v2/delete/${id}`, { |
Template literal with variable interpolation in command context
| 205 | const url = `https://api.eazemyapi.com/my-project/${path}${qs ? "?" + qs : ""}`; |
Fetch to external URL
| 137 | const res = await fetch("https://api.eazemyapi.com/my-project/posts/v2/list", { |
Fetch to external URL
| 158 | const res = await fetch("https://api.eazemyapi.com/my-project/posts/v2/create", { |
Fetch to external URL
| 193 | const res = await fetch("https://api.eazemyapi.com/my-project/v2/posts-by-category?category_id=abc", { |
Access to .env file
| 80 | - Store in environment variables (`.env`, Vercel env vars, etc.) |
Access to .env file
| 140 | "X-API-SIGNATURE": process.env.API_KEY |
Access to .env file
| 151 | headers: { "X-API-SIGNATURE": process.env.API_KEY } |
Access to .env file
| 162 | "X-API-SIGNATURE": process.env.API_KEY |
Access to .env file
| 176 | "X-API-SIGNATURE": process.env.API_KEY |
Access to .env file
| 187 | headers: { "X-API-SIGNATURE": process.env.API_KEY } |
Access to .env file
| 194 | headers: { "X-API-SIGNATURE": process.env.API_KEY } |
Access to .env file
| 211 | "X-API-SIGNATURE": process.env.EAZE_API_KEY |
External URL reference
| 15 | **Base API URL:** `https://api.eazemyapi.com` |
External URL reference
| 16 | **Docs:** `https://doc.eazemyapi.com` |
External URL reference
| 17 | **Dashboard:** `https://app.eazemyapi.com` |
External URL reference
| 28 | https://api.eazemyapi.com/{project-name}/{table}/{version}/{action} |
External URL reference
| 40 | https://api.eazemyapi.com/soche-india/posts/v2/list |
External URL reference
| 41 | https://api.eazemyapi.com/soche-india/posts/v2/show/:id |
External URL reference
| 42 | https://api.eazemyapi.com/soche-india/posts/v2/create |
External URL reference
| 43 | https://api.eazemyapi.com/soche-india/posts/v2/update/:id |
External URL reference
| 44 | https://api.eazemyapi.com/soche-india/posts/v2/delete/:id |
External URL reference
| 50 | https://api.eazemyapi.com/{project-name}/{version}/{custom-endpoint} |
External URL reference
| 61 | https://api.eazemyapi.com/soche-india/v2/posts-by-category |
External URL reference
| 137 | const res = await fetch("https://api.eazemyapi.com/my-project/posts/v2/list", { |
External URL reference
| 150 | const res = await fetch(`https://api.eazemyapi.com/my-project/posts/v2/show/${id}`, { |
External URL reference
| 158 | const res = await fetch("https://api.eazemyapi.com/my-project/posts/v2/create", { |
External URL reference
| 172 | const res = await fetch(`https://api.eazemyapi.com/my-project/posts/v2/update/${id}`, { |
External URL reference
| 185 | const res = await fetch(`https://api.eazemyapi.com/my-project/posts/v2/delete/${id}`, { |
External URL reference
| 193 | const res = await fetch("https://api.eazemyapi.com/my-project/v2/posts-by-category?category_id=abc", { |
External URL reference
| 205 | const url = `https://api.eazemyapi.com/my-project/${path}${qs ? "?" + qs : ""}`; |
External URL reference
| 260 | https://api.eazemyapi.com/my-project/v2/posts-by-category |
External URL reference
| 327 | - Full docs: https://doc.eazemyapi.com |
External URL reference
| 328 | - API endpoints reference: https://doc.eazemyapi.com/docs/api-endpoints |
External URL reference
| 329 | - Field types: https://doc.eazemyapi.com/docs/field-types |
External URL reference
| 330 | - Custom queries: https://doc.eazemyapi.com/docs/custom-queries |
External URL reference
| 331 | - Authentication: https://doc.eazemyapi.com/docs/authentication |
Install this skill with one command
/learn @eazemyapi/eazemyapi