Zen+ Health

PassAudited by ClawScan on May 1, 2026.

Overview

Zen+ Health is a read-only, instruction-only integration, but it can let OpenClaw view sensitive wellness/profile data through your Zen+ API key.

Before installing, confirm you trust the Zen+ Health integration and are comfortable letting OpenClaw read your wellness notifications, timeline, and profile data. Use the official HTTPS API base URL, keep the API key private, prefer a dedicated read-only key, and check OpenClaw logging/retention settings for sensitive wellness data.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the base URL is misconfigured, the API key could be sent to the wrong endpoint; with the documented official URL, this is normal read-only API use.

Why it was flagged

The skill uses shell commands with curl to call a configured API endpoint and send the API key as a bearer token. This is expected for an instruction-only API integration, but the destination base URL must remain trusted.

Skill content
curl -H "Authorization: Bearer ${ZEN_API_KEY}" \
     "${ZEN_API_BASE_URL}/v1/me/notifications?limit=10"
Recommendation

Use the documented HTTPS base URL, avoid changing it to untrusted domains, and inspect commands before running or allowing the agent to run them.

What this means

OpenClaw can retrieve and display private Zen+ wellness notifications, activity history, and profile/preferences associated with the API key.

Why it was flagged

The artifacts clearly disclose that the personal API key grants read access to health-adjacent wellness data and profile information.

Skill content
This skill can read:
- Your wellness notifications
- Your activity timeline
- Your profile information (name, email, preferences)
- Available task catalogue (public data)
Recommendation

Only install if you are comfortable with that read access; use a dedicated scoped key, keep it out of chats/screenshots, and revoke it when no longer needed.

What this means

Sensitive wellness data returned by the API could persist in local or hosted OpenClaw logs depending on your OpenClaw configuration.

Why it was flagged

The security document discloses that API responses containing wellness/profile data may enter OpenClaw logs or configured caching outside the Zen+ API itself.

Skill content
No data is cached by OpenClaw (unless you configure it)
- API responses may be logged by your OpenClaw instance
Recommendation

Review your OpenClaw logging and retention settings before using the skill, especially in shared or workplace environments.