mergify-ci
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill references the use of
MERGIFY_TOKENandGITHUB_TOKENfor authentication with the Mergify API and GitHub. It correctly instructs users to provide these via environment variables and CI secret stores, which is the standard and secure method for handling sensitive tokens in automated pipelines. - [DATA_EXFILTRATION]: The
junit-processandscopes-sendcommands transmit test reports and metadata toapi.mergify.com. As this is the official domain for the skill author (mergifyio) and the primary stated purpose of the tool, this data transfer is considered safe and intended behavior. - [COMMAND_EXECUTION]: The skill provides various CLI usage examples for the
mergifytool. This includes an example of usingevalto process tool output in shell environments; the documentation notes that the tool provides POSIX-safe quoting for these outputs to mitigate risks of command injection. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for processing external JUnit XML files. These files are handled by the CLI tool's internal parser rather than being interpreted as natural language instructions by the AI, which limits the potential for data-based prompt injection attacks.
Audit Metadata