create-new-wiki-page
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
tree . /fviapwshto map the existing wiki structure and identify where to place new content. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes content from local documentation to plan new wiki pages.
- Ingestion points: Reads all files located under
設計文件,功能需求, and標準規範directories. - Boundary markers: No explicit delimiters or instructions are used to separate the content of these files from the agent's instructions.
- Capability inventory: The skill can execute shell commands (
tree), read files, write new markdown and.orderfiles, and performgit commitoperations. - Sanitization: There is no evidence of sanitization or filtering applied to the documentation content before it is used to plan or write the wiki page.
Audit Metadata