ship-cycle
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
gitandghCLI tools to automate repository management tasks, including branch creation, tagging, and release publication. All destructive or external actions are gated by explicit user confirmation. - [EXTERNAL_DOWNLOADS]: The skill interacts with GitHub APIs through the
ghtool to synchronize project data, which is standard for its documented purpose. - [PROMPT_INJECTION]: The skill ingests untrusted data from project files (e.g.,
package.json,Cargo.toml) and git history to automatically generate issue content and release notes, creating an indirect prompt injection surface. - Ingestion points: Manifest files (
package.json,Cargo.toml, etc.) andgit log. - Boundary markers: Employs consistent templates for issue and PR bodies.
- Capability inventory: Significant mutation capabilities via
gitandghtools across multiple procedure steps. - Sanitization: Relies on the mandatory 'preview → confirm → mutate' contract to ensure all generated content is reviewed by the operator before execution.
Audit Metadata