merge-reconciler
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
terminaltool to execute standard git operations includinggit status,git merge-base,git log,git diff,git add, andgit commit. It also instructs the agent to run the project's own build and test commands to verify the merge result.- [PROMPT_INJECTION]: The skill is designed to process untrusted data from git history and task management systems. - Ingestion points: Reads external data from
git logmessages,git diffcontent, PR bodies, andhermes kanbantask summaries. - Boundary markers: Instructs the agent to re-state intents in its own words before proceeding, creating a conceptual boundary, though no formal escape delimiters are used for the raw diff content.
- Capability inventory: Includes shell command execution (
terminal) and file system writes (patch,write_file). - Sanitization: No specific sanitization or filtering is applied to the ingested text, which is typical for a code reconciliation tool.
Audit Metadata