android-fastlane-setup
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the
fastlaneandscreengrabgems from the official RubyGems registry. - [COMMAND_EXECUTION]: The skill executes
gem install,bundle install, andmkdirfor environment setup, and defines Fastlane lanes that executegradlebuild tasks. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it integrates user-provided inputs and external files into its operations.
- Ingestion points: The
package_nameinput and the../version.propertiesfile accessed in theFastfile. - Boundary markers: None identified. Data is interpolated directly into configuration files or parsed in Ruby logic without delimiters.
- Capability inventory: The skill can install software packages, write to the file system, and execute system build commands (
gradle). - Sanitization: There is no evidence of validation, escaping, or sanitization for the package name input or the content of the version properties file.
Audit Metadata