mergify-config
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes the
mergifyCLI tool to perform configuration validation and pull request simulation activities. - [EXTERNAL_DOWNLOADS]: Fetches the official JSON configuration schema and documentation from
docs.mergify.com, and references the installation of themergify-clipackage via standard package managers. - [CREDENTIALS_UNSAFE]: Supports the use of
MERGIFY_TOKENorGITHUB_TOKENenvironment variables for authenticated API requests to GitHub and Mergify services. - [PROMPT_INJECTION]: The skill processes untrusted pull request data when performing simulations, which presents a surface for indirect prompt injection.
- Ingestion points: Pull request content and metadata fetched from
PULL_REQUEST_URLas described inSKILL.md. - Boundary markers: Absent; the skill does not define specific delimiters for isolating the simulation output.
- Capability inventory: Invokes the
mergifyCLI for simulation and validation tasks inSKILL.md. - Sanitization: Absent; the instructions do not specify validation or filtering of the fetched pull request content.
Audit Metadata