sdk-release
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the agent to run
gitcommands, such asgit rev-parse,git diff, andgit log, to analyze the differences between release branches. This behavior is consistent with the skill's primary function of release auditing and operates within the expected development environment. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data including git diffs, commit messages, and repository source code, which represents a potential attack surface for indirect prompt injection.
- Ingestion points: Repository content and git history are accessed via
gitcommands and repository-wide file searches in Step 3 and 4 of the workflow. - Boundary markers: The instructions do not specify explicit delimiters or warnings for the agent to ignore instructions that might be embedded within the analyzed diff or code content.
- Capability inventory: The agent possesses the capability to read files, execute repository-level commands, and perform searches across the filesystem.
- Sanitization: The skill does not define specific sanitization or filtering logic for the content it ingests from the repository history.
Audit Metadata