windsurf-theme-customization
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user preferences for theme customization to modify configuration files such as
~/.windsurf/settings.jsonand.vscode/settings.json. This creates a surface for indirect prompt injection where malformed or malicious user input could potentially affect the IDE environment. - Ingestion points: Ingests user preferences through phrases such as "change theme", "customize colors", and "visual preferences" mentioned in
SKILL.md. - Boundary markers: No explicit boundary markers or instructions to ignore embedded instructions within user-provided theme values are present in the provided documentation.
- Capability inventory: The skill is configured with
Read,Write, andEdittools as defined in theSKILL.mdfrontmatter, which are used to manage configuration files. - Sanitization: There are no documented procedures for sanitizing, validating, or escaping user input before it is applied to the JSON configuration files.
- [SAFE]: All external links and resources point to official documentation (windsurf.ai, w3.org) or the author's personal/professional websites (intentsolutions.io, tonsofskills.com, jeremylongshore.com), which is consistent with the skill's stated purpose and author identity.
Audit Metadata