expo-architect
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a legitimate scaffolding workflow using a Python script (scripts/init-expo.py) to generate project files. The script includes logic to ensure that files are created within the current directory unless explicitly authorized by the user via the --allow-outside flag, reducing the risk of accidental file overwrites in sensitive areas.- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of standard mobile development dependencies through bun install. The packages listed in the generated configuration are well-known, reputable libraries within the React Native and Expo ecosystems.- [COMMAND_EXECUTION]: The script uses Python's pathlib for file system operations rather than executing arbitrary shell commands. It provides a structured way to generate boilerplate code, minimizing the risk of command injection through user-provided inputs.
Audit Metadata