setup-fastlane
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEDYNAMIC_CONTEXT_INJECTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The skill uses dynamic context syntax to perform environment discovery during load time. It runs benign commands such as
xcode-select,brew --version, andfindto check for prerequisites and identify project files. These commands are used for discovery purposes and do not involve sensitive data exfiltration or unauthorized system modification.\n- [EXTERNAL_DOWNLOADS]: The skill provides a suggested command for installing Homebrew which references a script from GitHub (raw.githubusercontent.com/Homebrew/install/HEAD/install.sh). As Homebrew is a well-known service and the reference is for user-initiated installation, this is considered a safe reference to a trusted source.\n- [INDIRECT_PROMPT_INJECTION]: The skill extracts information like Bundle IDs and Team IDs from.pbxprojfiles usinggrep. This creates a surface for indirect prompt injection if project files contain malicious content. However, the extracted data is sanitized withsedandtr, and the risk is considered low within the context of project setup tasks.
Audit Metadata