release-automation
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and fetches a configuration schema from Google's official GitHub repository (
raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json) and utilizes thegoogleapis/release-please-action@v4GitHub Action. These originate from a trusted organization and are used for standard configuration validation and workflow execution. - [COMMAND_EXECUTION]: The skill instructs the agent to execute
git remote -vto gather information about the repository hosting platform. This is a routine operation for environment discovery in DevOps automation. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by ingesting untrusted data from the project's commit history and PR titles to determine versioning and changelog content. * Ingestion points: Git commit logs and Pull Request titles. * Boundary markers: Absent; the agent is not instructed to use specific delimiters or warnings to ignore instructions embedded within commit messages. * Capability inventory: Writing configuration files to the project directory (e.g., GitHub Actions workflows, Azure Pipeline YAML, manifest files) and updating project-local context files. * Sanitization: The skill lacks explicit sanitization or filtering logic for the content of commit messages before processing them for versioning decisions.
Audit Metadata