Alert Logic
v1.0.2Alert Logic integration. Manage data, records, and automate workflows. Use when the user wants to interact with Alert Logic data.
⭐ 0· 68·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description state it integrates with Alert Logic and all runtime instructions only use the Membrane CLI to discover connectors, create connections, run actions, and proxy API calls — these are consistent with the stated purpose.
Instruction Scope
SKILL.md confines operations to Membrane CLI commands and Alert Logic API proxying; it does not instruct reading unrelated files or env vars. Note: the instructions rely on Membrane for authentication and proxying, so Alert Logic credentials and API traffic will flow through Membrane's infrastructure — the user should be aware of that data flow and any privacy/retention implications.
Install Mechanism
There is no packaged installer in the skill bundle; the doc instructs installing @membranehq/cli via npm install -g. Using a public npm package is reasonable for CLI use, but global npm installs can run install scripts and modify system state — verify the package and its source (GitHub repo) before installing.
Credentials
The skill declares no required environment variables, no config paths, and no credentials; this matches the guidance that Membrane manages credentials server-side. There are no disproportionate secret requests in the skill itself.
Persistence & Privilege
Skill is instruction-only, always:false, and does not request permanent presence or system-wide config changes. It does not modify other skills' configs according to the provided files.
Assessment
This skill is coherent: it uses the Membrane CLI to interact with Alert Logic rather than handling API keys locally. Before installing, verify the @membranehq/cli npm package and its GitHub repository (ensure the package publisher and repo match and review recent releases). Be aware that authentication and API traffic will be proxied through Membrane — review their privacy/docs and use an account with least privilege for this integration. If you prefer to avoid global npm installs, consider installing the CLI in a container or using npx for one-off runs. If you need higher assurance, inspect the Membrane CLI source or run the CLI in an isolated environment.Like a lobster shell, security has layers — review code before you run it.
latestvk977b5q8ktwfwb1bwaq3wdr7ax842yqj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
