yeet
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from GitHub issues, pull requests, and discussions. Ingestion points include
yeet-context.sh(via GraphQL),gh discussion view, andgh pr viewwhich fetch user-generated content from external repositories. While the skill lacks explicit boundary markers or 'ignore instructions' delimiters when interpolating this untrusted data into prompts for title/body generation, it defines an 'External-disclosure Review' protocol inreferences/posting.md, instructing the agent to review all generated content for sensitive data before posting. Capabilities include repository write access and git push functionality. - [EXTERNAL_DOWNLOADS]: The
scripts/issue-form.pyscript uses theuvtool to manage dependencies, downloading thepyyamlpackage from PyPI. This is a standard dependency from a well-known registry. - [COMMAND_EXECUTION]: The skill uses
ghandgitCLI tools to interact with GitHub. It performs validation on repository names and template paths inyeet-context.shandscripts/issue-form.pyto reduce the risk of command injection.
Audit Metadata