swift-quality-hooks
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various shell commands and scripts to automate project detection, tool availability checks, and git configuration. It specifically uses
git config core.hooksPathto manage hooks in a versioned directory, which is a modern best practice.- [EXTERNAL_DOWNLOADS]: If necessary, the skill uses the Homebrew package manager to download and install SwiftLint and SwiftFormat. These are well-known, industry-standard tools for Swift development.- [COMMAND_EXECUTION]: The automated typecheck stage usesxcodebuildwith-skipMacroValidationand-skipPackagePluginValidationflags. While these bypass security prompts for Swift macros and plugins, the skill explicitly documents this as an intended tradeoff to enable non-interactive automation in a developer environment.
Audit Metadata