merge-conflict-resolver

Pass

Audited by Gen Agent Trust Hub on Feb 18, 2026

Risk Level: SAFE
Full Analysis
  • COMMAND_EXECUTION (SAFE): The skill utilizes several Git commands such as merge, fetch, and rev-parse to manage branch state and analyze conflicts. All command arguments containing variables are properly quoted to prevent shell injection or word-splitting vulnerabilities.
  • EXTERNAL_DOWNLOADS (SAFE): Network communication is limited to standard 'git fetch' operations which only connect to the remotes already configured within the user's local Git repository. No external scripts or binaries are downloaded from the internet.
  • DATA_EXFILTRATION (SAFE): The skill scripts only process Git metadata and file conflict markers locally. There are no instructions or capabilities that transmit sensitive information or repository data to external or untrusted servers.
  • REMOTE_CODE_EXECUTION (SAFE): The skill does not perform dynamic code execution or evaluation of untrusted input. The test runner points to a local Python script within a known project directory structure, which is a standard practice for this environment and does not pose a remote execution risk.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 18, 2026, 12:02 AM