ship-it
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several shell commands to manage the development workflow:
git commitandgit pushfor version control operations.gh pr editandgh api graphqlto interact with GitHub pull requests.task changelogto run project-specific tasks defined in a localTaskfile.yaml.- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted repository data to generate pull request descriptions and changelog entries. This creates an attack surface where content in the codebase (e.g., diffs or commit messages) could influence the output generated by the subagent.
- Ingestion points: File metadata (
GIT_COMMIT_FULL), directory structures (.changeset/,.changes/), and output fromgit diffand commit logs inSKILL.md. - Boundary markers: No specific delimiters or "ignore instructions" warnings are defined for the subagent prompt.
- Capability inventory: Capabilities include network communication via
git pushand repository modification viagh pr editand local file writes to/tmp/pr-body.md. - Sanitization: No explicit sanitization or validation of the processed repository content is performed before interpolation into the subagent prompt.
Audit Metadata