build-macos-app
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is a structured collection of documentation and best practices for macOS development. It does not contain executable malicious code, obfuscated payloads, or prompt injection attempts.
- [EXTERNAL_DOWNLOADS]: The skill references and provides setup instructions for several well-known and reputable third-party services and libraries.
- Integration instructions are provided for Clerk (clerk.com) and Convex (convex.dev), which are established identity and backend providers.
- Recommends the use of the industry-standard swift-snapshot-testing library from Point-Free (github.com/pointfreeco/swift-snapshot-testing).
- These references are consistent with the skill's stated purpose and use official repository URLs.
- [COMMAND_EXECUTION]: The skill instructs the agent to assist users with standard software development commands.
- Includes commands for package management using npm (npm install convex) and system package management via Homebrew (brew install node).
- Provides xcodebuild patterns for automated type-checking and building of Swift projects.
- Uses standard git configuration commands (git config core.hooksPath .githooks) to manage development workflows.
- All suggested command executions are transparent and typical for the target developer persona.
Audit Metadata