figma-design-md-7746fb — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited figma-design-md-7746fb (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.
Read-only workflow for producing a DESIGN.md from a Figma file. The Figma tools are the source of truth; screenshots only provide aesthetic prose signals.
/figma-design-md <figma-file-url-or-filekey>
Extract fileKey from figma.com/design/<fileKey>/.... Default output is ./DESIGN.md; honor --output <path> when present.
list_channels, npx --yes @google/design.md spec --format json, and output-path resolution.export_tokens, get_styles, get_local_components, and get_pages.get_design_context detail:"full" and save_screenshots.<output>.new using tool data as factual truth. Never invent token values or override tool data with screenshot impressions.npx --yes @google/design.md lint <output>.new --format json; regenerate at most three times before asking the user.@google/design.md export.references/token-extraction-spec.md defines exactly what each Figma tool contributes and how gaps are handled.references/design-md-schema.md defines YAML front matter and token value types.references/design-md-sections.md defines body section order, prose requirements, and component-token guidance.Report the output path, selected source frames, token/component counts, lint findings, and export files. If a token category is absent, say it was absent rather than fabricating placeholders.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.