Fitbit

AdvisoryAudited by Static analysis on Apr 30, 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

When used, the agent may retrieve and display personal health, fitness, profile, and device information from the user's Fitbit account.

Why it was flagged

The skill uses Fitbit account authorization and refreshable tokens to access personal Fitbit data. This is expected for the stated purpose and described as read-only, but it is still account-backed access to sensitive health information.

Skill content
- Read-only access to Fitbit data
- Tokens auto-refresh (expire after 8 hours)
- First-time setup: `fitbit-cli --init-auth`
Recommendation

Only authorize the CLI if you are comfortable sharing Fitbit data in the agent session, and revoke or reset Fitbit CLI authorization if you no longer use it.

What this means

The behavior users experience will depend on the installed `fitbit-cli` implementation and its local authentication handling.

Why it was flagged

The skill depends on an external `fitbit-cli` binary that is not bundled or installed by the skill. This is not suspicious by itself because the CLI is central to the purpose, but users should verify the provenance of the binary they have installed.

Skill content
Source: unknown
Required binaries (all must exist): fitbit-cli
No install spec — this is an instruction-only skill.
Recommendation

Install or use `fitbit-cli` only from a trusted source, and avoid similarly named or unverified binaries in your PATH.