Mediamath
v1.0.0MediaMath integration. Manage data, records, and automate workflows. Use when the user wants to interact with MediaMath data.
⭐ 0· 49·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 promise a MediaMath integration and the SKILL.md exclusively documents using the Membrane CLI to connect to MediaMath and run actions — this aligns with the declared purpose.
Instruction Scope
The runtime instructions direct the agent (and the user) to install and use the Membrane CLI, perform login (browser-based OAuth flow), list connections, run actions, and proxy requests to the MediaMath API. These actions are consistent with a connector skill, but proxying allows arbitrary API requests through Membrane — expected for this use case but worth awareness.
Install Mechanism
The skill is instruction-only (no install spec). It advises installing the CLI via npm (npm install -g @membranehq/cli) or using npx. Installing an npm package is a typical choice but has moderate risk (remote code executed at install/run time); this is proportionate for a CLI integration but users should verify the package source before installing.
Credentials
The skill requests no environment variables or credentials in the registry metadata; authentication is handled interactively by the Membrane CLI (browser-based login / headless flow). The lack of extra credential requests is proportional to the described workflow.
Persistence & Privilege
always:false and default autonomous invocation are set. The skill does not request system-wide config paths or attempt to modify other skills; no elevated or persistent privileges are requested by the skill bundle.
Assessment
This skill is an instruction-only guide to using the Membrane CLI to access MediaMath. Before installing or running it: verify the @membranehq/cli package and its GitHub repository (ensure it is the official Membrane project), prefer running with a least-privilege MediaMath account (or test account), and be aware that the CLI/proxy can send arbitrary API requests to MediaMath on your behalf. Installing npm packages or running npx executes remote code — only do this from trusted sources. If you need stronger isolation, run the CLI in a sandboxed environment or container, and review network policies and any OAuth consent screens during login.Like a lobster shell, security has layers — review code before you run it.
latestvk972ycfqcv8mpsfz64q35vhmbx84fkpz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
