build-run-debug
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates a local shell script (
script/build_and_run.sh) that automates build and execution tasks using standard development tools such asxcodebuild,swift build,lldb, andopen. - [COMMAND_EXECUTION]: Uses
pkillto terminate existing instances of the target application before relaunching andpgrepto verify successful process startup. - [COMMAND_EXECUTION]: Modifies file permissions using
chmod +xto make the generated script and the compiled application binaries executable. - [COMMAND_EXECUTION]: Utilizes the system
/usr/bin/log streamutility to monitor and display application-specific logs for debugging and telemetry purposes.
Audit Metadata