cometchat-ios-core
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: References official CometChat GitHub repositories for integration via Swift Package Manager and CocoaPods. These are legitimate vendor resources used for fetching the required SDK frameworks.
- [COMMAND_EXECUTION]: Employs shell commands such as
ls,grep, andpod installto detect project configuration and manage dependencies. These are standard operations within an iOS development environment. - [CREDENTIALS_UNSAFE]: Uses placeholders for application identifiers and authentication keys in code examples. The skill includes specific security guidance advising developers to use
.xcconfigfiles and.gitignoreto prevent leaking production secrets, which aligns with industry best practices.
Audit Metadata