doc-writer
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection Surface: The skill ingests untrusted data from external sources such as GitHub issues, pull requests, and source code files from the
microsoft/vscodeandmicrosoft/vscode-copilot-chatrepositories. While this is necessary for the skill's purpose of documenting features, it presents a surface where instructions embedded in those external materials could influence the agent's behavior. - Ingestion points: The agent reads data from GitHub issues, PRs, and source code using the
ghCLI (specified inSKILL.md). - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are specified for the ingested content.
- Capability inventory: The skill has the capability to execute
ghCLI commands and perform file-write operations within thedocs/folder. - Sanitization: There is no explicit sanitization or filtering mentioned for the external content before it is processed.
- Command Execution: The skill utilizes the
ghcommand-line interface to interact with GitHub repositories. This usage is confined to official project repositories and is part of the standard documentation workflow, providing a structured way to gather feature information. - File System Access: The instructions grant the agent permission to create and modify files within the
docs/directory. The skill includes protective guardrails, such as prohibiting direct edits to the generatedenterprise/policies.mdfile, to ensure documentation integrity.
Audit Metadata