Gevety MCP

AdvisoryAudited by Static analysis on May 9, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 installed and configured, the agent can retrieve private health data such as biomarkers, wearable statistics, lab reports, and medical profile information from Gevety.

Why it was flagged

The skill requires a Gevety API token that grants access to the user's Gevety account data. This is expected for the stated purpose, but it is sensitive account authority.

Skill content
All requests require Bearer authentication. Use the `GEVETY_API_TOKEN` environment variable: Authorization: Bearer $GEVETY_API_TOKEN
Recommendation

Use this only if you want the agent to access your Gevety health account. Store the token securely, avoid sharing transcripts containing health data, and revoke or rotate the token if you stop using the skill.

What this means

You have less provenance information to verify who maintains the skill before granting it health-data access.

Why it was flagged

The registry metadata does not identify a source repository or verified package origin. For an instruction-only skill this is not inherently unsafe, but it is worth noticing because the skill asks for a sensitive health API token.

Skill content
Source: unknown
Recommendation

Confirm the skill is from a trusted publisher or matches Gevety's official documentation before configuring your API token.