app-creator
Warn
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/move_to_trash.shis vulnerable to AppleScript injection. It attempts to delete files usingosascriptby interpolating the file path into a string with insecure quoting ('"'"$path"'"''). If a file with a maliciously crafted name (e.g., containing single quotes and AppleScript commands) is passed to this script, it could result in the execution of arbitrary AppleScript code, which can be used to execute shell commands via thedo shell scriptcommand. - [COMMAND_EXECUTION]: The skill's primary workflow involves executing various CLI tools including
xcodegen,git, andmake. It also executes installation scripts located in sibling directories (../../xcode-makefiles/scripts/install.shand../../simple-tasks/scripts/install.sh). This creates a dependency on the security and presence of these external skills and tools. - [COMMAND_EXECUTION]: In
scripts/scaffold_app.sh, the skill executesxcodegen generatewhile dynamically setting environment variablesUSERandLOGNAME. While typical for project generation, this involves running an external binary with environment manipulation.
Audit Metadata