mobile-store-upload-cli
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of
fastlanevia the RubyGems package manager (gem install fastlane).fastlaneis a well-known and widely trusted open-source automation tool for mobile app deployments. - [COMMAND_EXECUTION]: The skill provides templates for executing standard platform-specific build and upload commands, including
xcodebuild,xcrun iTMSTransporter, and./gradlew bundleRelease. These commands are standard for the intended purpose of packaging and uploading mobile artifacts. - [DATA_EXPOSURE]: The workflows involve the use of sensitive credential files such as Google Play service account JSONs, App Store Connect API keys (.p8), and app-specific passwords. The skill follows best practices by using placeholders (e.g.,
xxxx-xxxx-xxxx-xxxx), environment variables, and explicit instructions to never commit these secrets to version control systems.
Audit Metadata