macos-spm-app-packaging
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several utility scripts (
package_app.sh,sign-and-notarize.sh,compile_and_run.sh) that execute standard macOS development commands such asswift build,codesign,lipo,notarytool, andstaplerto automate the build and packaging pipeline. - [CREDENTIALS_UNSAFE]: The notarization script
sign-and-notarize.shhandles sensitive App Store Connect API keys by consuming them from environment variables. It safely manages the private key locally by writing it to a temporary file within a restricted-access directory (chmod 700) which is automatically cleaned up on exit using a shell trap. - [EXTERNAL_DOWNLOADS]: The scripts do not perform any remote downloads. They verify the presence of required local tools (like Sparkle's
generate_appcastor Xcode'sictool) and prompt the user to install them if missing. - [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on technical workflows and do not contain patterns aimed at overriding agent behavior or bypassing safety guidelines.
Audit Metadata