component-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited component-docs (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.
Scan Figma components, audit their structural health, and generate structured Markdown documentation including properties, variants, dimensions, and usage guidance. Pairs with figcraft-generate-library for the "build → document" design system workflow.
ping → verify plugin connection
load_toolset("components-advanced") → enable audit + property toolsIf `ping` fails (plugin not connected): STOP. Do not fall back to other MCP servers. Tell user: open Figma → Plugins → FigCraft → wait for connection, then retry.
audit_components → scan all components on current pageThis returns a structural health summary:
For each component (or the ones the user cares about):
components(method: "get", nodeId: "...") → full component details
components(method: "list_properties", nodeId: "...") → all properties with types and defaultsFor component sets, also inspect variant combinations to document all available options.
Output structured Markdown for each component:
## ComponentName
**Description:** [from component description, or flag as missing]
**Dimensions:** W × H
**Properties:**
| Name | Type | Default | Options |
|------|------|---------|---------|
| variant | VARIANT | Primary | Primary, Secondary, Ghost |
| size | VARIANT | Medium | Small, Medium, Large |
| label | TEXT | "Button" | — |
| hasIcon | BOOLEAN | false | — |
| icon | INSTANCE_SWAP | — | [swap targets] |
**Variants:** [list all variant combinations if component set]
**Usage:** [brief guidance on when/how to use]Flag structural issues found during audit:
Based on audit findings, suggest concrete improvements:
The documentation can be output as:
figcraft-generate-library → component-docs → figcraft-code-connect
(build components) (this skill) (connect to code)After building components with figcraft-generate-library, run component-docs to generate documentation and catch structural issues before publishing.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.