figma-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from the Figma REST API, which is an external source that could potentially contain untrusted content.
- Ingestion points: Data is fetched via
fetchcalls tohttps://api.figma.comas seen inSKILL.mdand reference files likereferences/response-caching.md. - Boundary markers: The provided code snippets do not include specific delimiters or warnings to ignore instructions embedded within the API responses.
- Capability inventory: The skill is granted
Read,Write, andEditpermissions, enabling the agent to perform file system operations based on the processed API data. - Sanitization: There is no evidence of sanitization or strict schema validation performed on the retrieved JSON payloads in the examples.
- [COMMAND_EXECUTION]: The skill includes a shell script example in the
Examplessection ofSKILL.mdintended for performance measurement. - Evidence: A
bashloop utilizingcurlto query the Figma API and measure download sizes and response times.
Audit Metadata