daily-docs-audit
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection]: The skill is designed to ingest and process data from external GitHub pull requests, including titles, descriptions, and community comments.
- Ingestion points: The skill captures the PR number, title, URL, body, labels, author, merge time, changed files, diffs, linked issues, and review/author comments (Step 2).
- Boundary markers: No explicit delimiters or instructions are provided to the agent to disregard instructions embedded within these external inputs.
- Capability inventory: The agent uses the
ghCLI to search for and create issues in themicrosoft/vscode-docsrepository. - Sanitization: There are no specific instructions for escaping or filtering the external content before it is processed or included in new issue descriptions.
- Context: Because this is an unattended daily workflow, if a pull request contains text designed to override agent instructions, the agent might inadvertently perform actions contrary to its core task while evaluating documentation impact or creating issues.
- [Command Execution]: The skill utilizes the
ghCLI to interact with GitHub for data retrieval and issue management. - Evidence: The instructions state: "Use the
ghCLI for all GitHub operations." - Context: This is the primary mechanism for the skill's functionality and is restricted to the specific task of managing project documentation within the relevant repositories.
Audit Metadata