gridline — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gridline (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.
Background grid patterns for charts. Supports dashed lines in x/y/both directions and alternating stripe fills.
import { GridlineSeries, Gridline, GridStripe } from 'reaviz';| Prop | Type | Default | Description | |
|---|---|---|---|---|
line | `ReactElement<GridlineProps> \ | null` | <Gridline direction="all" /> | Gridline component |
stripe | `ReactElement<GridStripeProps> \ | null` | — | Grid stripe component |
| Prop | Type | Default | Description | ||
|---|---|---|---|---|---|
direction | `'all' \ | 'x' \ | 'y'` | 'all' | Which axes to draw lines for |
strokeWidth | number | 1 | Line thickness | ||
strokeColor | string | 'rgba(153, 153, 153, 0.5)' | Line color | ||
strokeDasharray | string | '2 5' | Dash pattern | ||
className | string | — | CSS class |
| Prop | Type | Default | Description | ||
|---|---|---|---|---|---|
fill | string | '#393c3e' | Stripe fill color | ||
position | `'horizontal' \ | 'vertical'` | — | Stripe direction | |
direction | `'all' \ | 'x' \ | 'y'` | — | Which axes |
className | string | — | CSS class |
// Already included by default in most charts
<AreaChart data={data} gridlines={<GridlineSeries />} /><GridlineSeries line={<Gridline direction="y" />} /><GridlineSeries line={<Gridline direction="x" />} /><GridlineSeries
line={
<Gridline
direction="all"
strokeColor="rgba(255, 255, 255, 0.1)"
strokeDasharray="5 10"
strokeWidth={0.5}
/>
}
/><GridlineSeries
line={<Gridline direction="y" />}
stripe={<GridStripe fill="rgba(255, 255, 255, 0.03)" />}
/><AreaChart data={data} gridlines={null} />~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.