ship
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local
gitandghCLI commands to manage the development workflow (e.g., branching, pushing, and merging). - [COMMAND_EXECUTION]: The skill performs dynamic command execution by identifying and running project-specific test suites based on file markers (e.g.,
cargo test,go test,npm test,pytest). - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from the repository's configuration files to determine which commands to run. This vulnerability surface is mitigated by the requirement to print an execution plan and the use of standard build tools. Ingestion points:
package.json,Cargo.toml,pyproject.toml,go.mod,Gemfile,justfile,Makefile. Boundary markers:--dry-runflag and mandatory execution plan printing. Capability inventory:git,gh, and language-specific test runners. Sanitization: Human-in-the-loop prompts for detected secrets and execution failures. - [DATA_EXFILTRATION]: The skill includes a proactive security feature called a 'Secrets gate' (Step 3a) which uses
git diffto scan for patterns associated with sensitive credentials (such assk-,ghp_, or private key headers) and prevents them from being staged or committed without explicit user confirmation.
Audit Metadata