close-issue-flow
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it ingests and processes untrusted data from Gitee repository objects.
- Ingestion points: The agent retrieves issue titles, descriptions, and comments using
get_repo_issue_detail, and pull request descriptions vialist_repo_pulls(file: SKILL.md). - Boundary markers: The instructions do not define boundary markers or explicit 'ignore instructions' directives for the content retrieved from Gitee.
- Capability inventory: The skill has access to tools that can modify repository state, including
comment_issueandupdate_issue(file: SKILL.md). - Sanitization: There is no evidence of sanitization or validation of the retrieved text before it is used to determine the workflow or included in summaries.
Audit Metadata