cometchat-native-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
executeBashtool to run diagnostic commands such asgrep,ls, andhead. These commands are used solely to inspect the local project environment (e.g., checkingpackage.jsonfor dependencies, verifying the presence of iOS/Android directories, and validating the order of imports in entry files). These operations are benign and restricted to the application's source code. - [CREDENTIALS_UNSAFE]: While the skill references sensitive configuration parameters like
APP_ID,REGION, andAUTH_KEY, it does so in the context of troubleshooting connectivity issues. It does not contain hardcoded secrets or instructions to expose them. Notably, it includes a security best practice recommendation to switch fromauthKeyto server-mintedauthTokenfor production builds. - [EXTERNAL_DOWNLOADS]: The skill mentions
npm installfor the UI Kit and its peer dependencies. These are standard package management operations for a React Native developer and target legitimate, well-known packages. No unverified or remote scripts are executed. - [SAFE]: The skill's behavior matches its described purpose as a troubleshooting tool. It follows least-privilege principles by using standard inspection tools and provides accurate remediation steps for common integration failures.
Audit Metadata