meter — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited meter (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Segmented column strip showing a value as filled/unfilled blocks. Useful for discrete progress or threshold indicators.
import { Meter, MeterColumn } from 'reaviz';| Prop | Type | Default | Description | |
|---|---|---|---|---|
value | number | — | Current value (required) | |
min | number | 0 | Minimum value | |
max | number | 100 | Maximum value | |
columns | number | 10 | Number of segments | |
gap | number | 15 | Gap between segments | |
column | `ReactElement<MeterColumnProps> \ | null` | <MeterColumn /> | Column element |
className | string | — | CSS class | |
style | React.CSSProperties | {} | Inline styles |
| Prop | Type | Default | Description |
|---|---|---|---|
height | number | 32 | Column height |
activeFill | string | schemes.cybertron[0] | Filled segment color |
inActiveFill | string | '#414242' | Empty segment color |
animated | boolean | true | Enable animations |
className | string | — | CSS class |
<Meter value={75} /><Meter
value={350}
min={0}
max={500}
columns={20}
gap={8}
/><Meter
value={60}
column={
<MeterColumn
height={24}
activeFill="#2196F3"
inActiveFill="#1a1a1a"
/>
}
/><Meter
value={40}
columns={5}
gap={4}
column={<MeterColumn height={16} />}
/><Meter
value={80}
column={<MeterColumn animated={false} />}
/>animated is true~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.