Skip to main content

memberstack-admin-api

Facilitates member management and data handling through the Memberstack Admin API, enabling seamless integration and operations.

Install this skill

or
78/100

Security score

The memberstack-admin-api skill was audited on Mar 8, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102const res = await fetch(`https://admin.memberstack.com/members?${params}`, {
low line 116

Fetch to external URL

SourceSKILL.md
116const res = await fetch(
low line 145

Fetch to external URL

SourceSKILL.md
145const res = await fetch('https://admin.memberstack.com/members', {
medium line 30

Access to .env file

SourceSKILL.md
30- Store the key in a `.env` file (e.g., `MEMBERSTACK_API_KEY=sk_...`) and read it via `process.env.MEMBERSTACK_API_KEY` (Node) or `os.environ["MEMBERSTACK_API_KEY"]` (Python).
medium line 33

Access to .env file

SourceSKILL.md
33- If the user pastes an API key in the chat, remind them to rotate it and move it to a `.env` file or secret store instead.
low line 6

External URL reference

SourceSKILL.md
6author: "[Ben Sabic](https://bensabic.dev)"
low line 22

External URL reference

SourceSKILL.md
22Base URL: `https://admin.memberstack.com`
low line 102

External URL reference

SourceSKILL.md
102const res = await fetch(`https://admin.memberstack.com/members?${params}`, {
low line 117

External URL reference

SourceSKILL.md
117'https://admin.memberstack.com/v2/data-tables/products/records/query',
low line 145

External URL reference

SourceSKILL.md
145const res = await fetch('https://admin.memberstack.com/members', {
Scanned on Mar 8, 2026
View Security Dashboard