run-cloud-ios-simulator
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents standard CLI commands for the
runcloudtool (e.g.,runcloud account,runcloud ios create). These are purpose-built commands for mobile session management and do not involve arbitrary shell execution or unsafe user-input piping. - [CREDENTIALS_UNSAFE]: The skill explicitly instructs users to manage secrets safely, recommending the use of environment variables like
RUN_CLOUD_API_KEYrather than hardcoding. It includes warnings against printing or committing credentials to files. - [EXTERNAL_DOWNLOADS]: The skill references standard package installation via NPM (
npm install -g runcloud,npm install @run-cloud/sdk). These target official registry packages for the vendor 'newly-app' (run-cloud) and follow standard development workflows.
Audit Metadata