The skill encourages Python code execution, enabling arbitrary commands and access to sensitive environment variables like MATON_API_KEY.
Claims to do
Klaviyo: Access the Klaviyo API with managed OAuth authentication. Manage profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks for email marketing and customer engagement.
Actually does
This skill acts as a proxy to the Klaviyo API via `https://gateway.maton.ai/klaviyo/{native-api-path}`. It uses `urllib.request` (Python) or `fetch` (JavaScript) to send authenticated HTTP requests with a `MATON_API_KEY` and a `revision` header. It also interacts with `https://ctrl.maton.ai` to manage Klaviyo OAuth connections, allowing management of various Klaviyo resources like profiles, lists, campaigns, events, templates, and webhooks.
openclaw skills install byungkyu/klaviyoThe skill explicitly provides and encourages the execution of Python code snippets, which grants the agent the capability to run arbitrary commands and access sensitive environment variables like MATON_API_KEY.
python <<'EOF' import urllib.request, os, json req = urllib.request.Request('https://gateway.maton.ai/klaviyo/api/profiles') req.add_header('Authorization', f'Bearer {os.environ["MATON_API_KEY"]}') ... EOF[](https://mondoo.com/ai-agent-security/skills/clawhub/byungkyu/klaviyo)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/byungkyu/klaviyo"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/byungkyu/klaviyo.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/byungkyu/klaviyo.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.