resolve-merge-conflicts
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
make recompilecommand to regenerate workflow lock files from source. This is a standard build operation within a development environment and is consistent with the skill's stated purpose of resolving generated file conflicts. - [COMMAND_EXECUTION]: The skill automates several Git operations, including
git merge,git add,git diff, andgit status. The script uses best practices for handling potentially untrusted file names, such as using NUL delimiters (-z) withgit diffandmapfile, which prevents common shell injection vulnerabilities related to special characters in filenames.
Audit Metadata