figma-slides
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely within the Figma Plugin API environment, using documented methods for slide manipulation (e.g.,
figma.getSlideGrid,figma.createSlide,figma.setSlideGrid). - [SAFE]: No network operations, sensitive file access, or credential exposure were found. All scripts are intended to be executed within a Figma plugin context via a trusted host tool.
- [SAFE]: The skill includes safety checks, such as verifying
figma.editorType === 'slides'before execution and validating node types before performing operations.
Audit Metadata