Skip to main content

self-integration

Enables seamless integration with external apps to perform actions like sending messages, creating tasks, and syncing data.

Install this skill

or
46/100

Security score

The self-integration skill was audited on Feb 16, 2026 and we found 12 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 24

Template literal with variable interpolation in command context

SourceSKILL.md
24All requests go to `${MEMBRANE_API_URL:-https://api.getmembrane.com}` with a Bearer token:
high line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121Base URL: `${MEMBRANE_API_URL:-https://api.getmembrane.com}`
high line 335

Template literal with variable interpolation in command context

SourceSKILL.md
335| `${MEMBRANE_API_URL:-https://api.getmembrane.com}/*` | API token, connection parameters, action inputs, agent prompts |
low line 8

External URL reference

SourceSKILL.md
8homepage: https://getmembrane.com
low line 15

External URL reference

SourceSKILL.md
15homepage: https://getmembrane.com
low line 20

External URL reference

SourceSKILL.md
20Connect to any external app and perform actions on it. Uses the [Membrane](https://getmembrane.com) API.
low line 24

External URL reference

SourceSKILL.md
24All requests go to `${MEMBRANE_API_URL:-https://api.getmembrane.com}` with a Bearer token:
low line 31

External URL reference

SourceSKILL.md
31Get the API token from the [Membrane dashboard](https://console.getmembrane.com).
low line 61

External URL reference

SourceSKILL.md
61`POST /agent/sessions` with body `{"prompt": "Build a connector for Slack (https://slack.com)"}`
low line 121

External URL reference

SourceSKILL.md
121Base URL: `${MEMBRANE_API_URL:-https://api.getmembrane.com}`
low line 335

External URL reference

SourceSKILL.md
335| `${MEMBRANE_API_URL:-https://api.getmembrane.com}/*` | API token, connection parameters, action inputs, agent prompts |
low line 344

External URL reference

SourceSKILL.md
344By using this skill, data is sent to [Membrane](https://getmembrane.com). Only install if you trust Membrane with access to your connected apps.
Scanned on Feb 16, 2026
View Security Dashboard
Installation guide →