wails
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for the Wails framework, covering project initialization, development workflows, and build processes without malicious intent.
- [EXTERNAL_DOWNLOADS]: The skill references the official Wails repository (github.com/wailsapp/wails) for CLI installation via the standard Go toolchain and uses common Node.js package managers (npm, npx) for frontend dependency management.
- [COMMAND_EXECUTION]: Instructions include standard developer commands such as
wails init,wails dev, andwails build. These commands are essential for the framework's operation and are used in a transparent, well-documented manner. - [DATA_EXPOSURE]: The skill provides security-conscious advice, specifically recommending that developers avoid exposing arbitrary filesystem paths in asset handlers and suggesting the use of CI/CD secrets for handling code-signing certificates.
- [PROMPT_INJECTION]: No patterns of prompt injection, instruction overrides, or safety bypasses were detected in the skill content or metadata.
Audit Metadata