release-tweet
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection because it ingests and processes untrusted content from GitHub release notes.
- Ingestion points: Release notes are fetched via
gh release viewinSKILL.mdand parsed to summarize changes. - Boundary markers: Absent. The instructions do not provide specific delimiters or 'ignore' instructions to prevent the agent from following commands embedded within the release markdown.
- Capability inventory: The skill has the ability to execute
ghCLI commands, perform web searches, and generate text output based on the parsed data. - Sanitization: Absent. The skill performs summarization and transformation of external text without explicit filtering or sanitization of potential command patterns.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute several
ghCLI commands using variables sourced from external and potentially untrusted data. - Evidence: Commands such as
gh release view <tag>inSKILL.mdandgh api users/<username>inreferences/handle-verification.mduse parameters extracted from release notes and contributor lists. Whileghis a well-known and trusted tool, the interpolation of external strings into shell commands represents a vulnerability surface if the underlying agent does not properly escape or handle these arguments.
Audit Metadata