ios-mobile-sdk
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the Salesforce Mobile SDK and associated specifications from official sources.
- It references the vendor's own GitHub repositories:
github.com/forcedotcom/SalesforceMobileSDK-iOS-Specsandgithub.com/forcedotcom/SalesforceMobileSDK-iOS-SPM. - It utilizes the standard CocoaPods CDN at
cdn.cocoapods.orgfor dependency resolution. - [COMMAND_EXECUTION]: The skill instructs the agent to use standard development tools for the iOS ecosystem.
- Commands include
xcodegen generatefor project file management andpod installfor handling CocoaPods. - It uses
xcodebuildfor compiling the application and running builds for the iOS simulator. - It suggests using
brew install xcodegento set up the necessary environment.
Audit Metadata