skills/jeremylongshore/tons-of-skills-marketplace/figma-advanced-troubleshooting/Gen Agent Trust Hub
figma-advanced-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXPOSURE]: The troubleshooting workflow in
SKILL.md(Step 1) andreferences/verbose-request-inspection.mdutilizes thecurl -vcommand piped intotee figma-debug-trace.txt. This process captures the full HTTP request trace, which includes theX-Figma-Tokenheader containing the user's Personal Access Token (PAT), and persists it in a plain text file on the local file system. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data from the Figma REST API (such as node names and document structures), which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: API responses from
api.figma.comare fetched and inspected inSKILL.md(Steps 1, 3, and 4). - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore potentially malicious content within the API data.
- Capability inventory: The skill utilizes
Read,Grep, andBashfor network operations and script execution. - Sanitization: No sanitization or validation of the content within the API responses is performed before the data is processed by the agent.
Audit Metadata