ship
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various shell commands (
git,gh,sed,wc) to automate repository management. This is the intended primary purpose of the skill. - [PROMPT_INJECTION]: The skill contains a surface for indirect prompt injection (Category 8) because it retrieves data from the local repository to construct Pull Request titles and descriptions.
- Ingestion points: Data is ingested from the repository via
git diffandgit logcommands (documented in SKILL.md). - Boundary markers: The skill does not define specific delimiters or instructions to ignore embedded instructions within the ingested git data.
- Capability inventory: The skill has the capability to execute shell commands (
git,gh) and delegate tasks to thecommit-itskill. - Sanitization: There is no explicit sanitization or escaping of the commit messages or diff content before they are interpolated into the
gh pr createcommand.
Audit Metadata