Plugin only Telemetry requires the ClawVitals plugin. See clawvitals.io/plugin →

Telemetry

Telemetry is on by default. Here's exactly what it does and how to control it.

On by default

Telemetry is enabled automatically when you install the plugin. It powers the clawvitals.io dashboard without it, no scan data is recorded. You can opt out at any time.

What is sent (complete list)

FieldValueExample
vSkill version0.2.2
lvControl library version0.1.0
sOverall score (0–100)80
bScore bandamber
sfNumber of FAIL findings2
spNumber of PASS findings5
trTotal lifetime scan count7
sc1 if scheduled, 0 if manual0
iidRandom UUID generated at installa3f9…
aliasUser-set fleet display name (only if explicitly configured)prod-server-1

What is never sent

Opt out

clawvitals telemetry off

Source code

The full telemetry implementation is in plugin/src/telemetry.ts it's intentionally short and fully auditable. Every transmitted field has an inline comment explaining what it is.

View source on GitHub →