macos-spm-app-packaging
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard boilerplate configurations and bash utility scripts for bootstrapping and packaging macOS apps using Swift Package Manager.
- [COMMAND_EXECUTION]: Local shell scripts execute standard developer toolchain commands such as
swift build,codesign,lipo, andopenssl. These actions are well-contained, expected for an app packaging workflow, and present no automated or hidden security risks. - [CREDENTIALS_UNSAFE]: The
sign-and-notarize.shtemplate securely processes App Store Connect API credentials by reading them from standard environment variables, writing them to a temporary file fornotarytoolconsumption, and leveraging a shelltrapto guarantee deletion immediately upon execution completion.
Audit Metadata