respond-to-issue
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Employs standard developer tools including
gitandgh(GitHub CLI) for repository research. All operations are scoped to theNVIDIA/Megatron-LMrepository, which is consistent with the vendor's own verified infrastructure. - [SAFE]: Incorporates a strict human-in-the-loop requirement. The instructions explicitly direct the agent to show the drafted response to the maintainer for review and forbid automatic posting to GitHub.
- [PROMPT_INJECTION]: Identified as having a surface for indirect prompt injection because it processes untrusted data from external contributors. Ingestion points: Fetches issue title, body, and comments via the
gh issue viewcommand inSKILL.md. Boundary markers: No explicit delimiters are used to wrap the untrusted issue content during processing. Capability inventory: The agent has access to repository interaction tools includinggit,gh, andgrep. Sanitization: There is no explicit sanitization of the fetched issue text. The security risk is assessed as safe because the agent only generates a draft for human approval rather than executing commands based on the external input.
Audit Metadata