create-figjam-content — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-figjam-content (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.
Build FigJam boards one element at a time and read them back. Covers stickies (single + batch), connectors, shapes-with-text, sections, tables, code blocks, auto-arrange, plus get board contents and get connections. This gives you fine-grained control when the native one-shot generate_diagram is too coarse (e.g. you want specific colors, positions, magnets, or to extend an existing board).
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).generate_diagram tool instead.return { editorType: figma.editorType }; — it must be 'figjam'.
sticky / stickies / connector / shape-with-text / section / table / code block, auto-arrange, or read board contents / connections.
use_figma (skillNames: "create-figjam-content"), editing the inlinedconstants (text, position, color, node IDs).
connectors referencing those IDs (start/end + magnets).
get board contents) to confirm.all write text — each snippet await figma.loadFontAsync(...) before setting .characters, with an Inter fallback where the default font may be unavailable.
YELLOW, BLUE, GREEN, PINK, ORANGE, PURPLE, RED,LIGHT_GRAY, GRAY); other colors fall back to the default sticky fill.
shapeType values: SQUARE, ROUNDED_RECTANGLE, ELLIPSE, DIAMOND, TRIANGLE_UP,TRIANGLE_DOWN, PARALLELOGRAM_RIGHT, PARALLELOGRAM_LEFT, etc.
AUTO, TOP, BOTTOM, LEFT, RIGHT.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.