changelog
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill references a file path
../../../artifacts/changelog-import-2026-04-05.txtinSKILL.md, which involves accessing content outside the primary skill directory. - [DATA_EXFILTRATION]: The skill includes instructions to transmit generated content to an external Discord webhook using
curl. - [COMMAND_EXECUTION]: The workflow relies on executing shell commands through the
ghCLI to retrieve repository metadata andcurlfor network delivery. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted input from GitHub pull request descriptions and titles.
- Ingestion points: PR titles and descriptions fetched via the
ghCLI inreferences/full-guide.md. - Boundary markers: No delimiters are specified to isolate untrusted data.
- Capability inventory: Shell command execution via
ghand network transmission viacurl. - Sanitization: No sanitization or filtering of external PR content is specified before it is included in the output.
Audit Metadata