expo-cicd-workflows
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches technical specifications and documentation from official Expo domains.
- Downloads JSON schemas from api.expo.dev for workflow validation.
- Fetches syntax and job documentation from the official Expo GitHub repository.
- [COMMAND_EXECUTION]: Executes local Node.js scripts to manage workflow validation and documentation fetching.
- Runs scripts/fetch.js for cached retrieval of remote resources.
- Runs scripts/validate.js to verify workflow YAML integrity using the Ajv library.
- [EXTERNAL_DOWNLOADS]: Installs standard open-source dependencies (ajv, js-yaml) via the npm registry as defined in the skill's package.json.
Audit Metadata