git-conventional-commits
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes repository content via
git diffto generate commit messages. If a file being committed contains malicious instructions, it could influence the agent's output. - Ingestion points: Repository data is ingested via
git diffandgit statusinhandlers/commit-with-preview.md. - Boundary markers: The skill requires the user to review a preview file at
~/.copilot/session-state/{session_id}/commit_preview.txtand provide explicit confirmation via theask_usertool. - Capability inventory: The skill has access to the
bashtool to execute git operations likeaddandcommit. - Sanitization: There is no specific evidence of sanitization to prevent the model from interpreting instructions embedded within the code changes it analyzes.
- [COMMAND_EXECUTION]: The skill utilizes the
bashtool to interact with the project's git repository. While this is the primary purpose of the skill, the execution of shell commands based on repository state is a significant capability.
Audit Metadata