improve-branch-architecture
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local shell commands to analyze the repository state and determine the change set for review.
- It executes
gh repo viewto identify the default branch andgitcommands such asrev-parse,merge-base, anddiffto calculate the branch scope. - These are legitimate uses of developer tools and follow standard patterns for repository analysis.
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because its core functionality involves reading and interpreting untrusted data from the project's source code.
- Ingestion points: The skill reads the full content of changed files in the branch, as well as unchanged 'seam-partner' files (callers and callees).
- Boundary markers: The instructions do not define boundary markers (such as XML tags or specific delimiters) to separate source code data from agent instructions.
- Capability inventory: The skill utilizes the
Agenttool to spawn sub-agents for exploration and interface design. It also possesses the capability to write to the file system to updateCONTEXT.mdor create Architecture Decision Records (ADRs) in thedocs/adr/directory. - Sanitization: There is no evidence of sanitization or filtering applied to the ingested code content to prevent embedded instructions from influencing the agent's behavior.
Audit Metadata