svg — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited svg (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.
/svg diagram.svg.dslfeinbild is a command on your PATH. Two steps: expand a .svg.dsl to .svg (brand colors resolved), then render to PNG.
feinbild svg expand chart.svg.dsl --brand feinschliff # -> chart.svg
feinbild svg render chart.svg # -> chart.png
feinbild verify chart.svg # lint: overflow, overlap, label collision--brand (or a leading @brand <name> line in the DSL) selects the brand; render takes no brand (it consumes already-resolved colors). Write outputs into the project so other plugins can consume them.
primitives, the 17-name semantic color vocabulary, the virtual: viewport.
card grid, annotated chart).
extended primitive set (stacked_bar, brace, callout, swatch_grid, label_box, polyline, path); see examples/yocto-build-pipeline.svg.dsl.
Workflow: author a .svg.dsl, run feinbild svg expand then render, inspect the PNG, and do at most one DSL fix loop before escalating to the references above.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.