library-variables-figma — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited library-variables-figma (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.
Browse the variables published by libraries the current file subscribes to, then import the ones you need. Imported variables get a local id that behaves like any local variable (bind it, read it, reference it).
await + return (no IIFE, no figma.closePlugin(); console.log is not returned), inputs inlined as const at the top of each script, colors in 0–1 range, load fonts before any text op, await figma.getNodeByIdAsync(...), and atomic errors (a failed script applies nothing — read the error, fix, retry).export-tokens-figma, manage-variables-figma.scripts/list-library-variables.js viause_figma (skillNames: "library-variables-figma"). Optionally set the LIBRARY_NAME / COLLECTION_NAME / TYPE filters. It returns each subscribed collection and the key of every variable in it.
key(s) intoscripts/import-library-variable.js and run it. It returns the new localId for each. Re-importing is idempotent (same local id).
(see figma-use / manage-variables-figma for binding).
library settings first (a manual Figma step).
getVariablesInLibraryCollectionAsync takes the collection key, not its id.here.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.