wk-docs
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
Bashto perform directory scanning and creation within the documentation root. The tools are restricted to paths matchingdocs/:*. - [PROMPT_INJECTION]: The skill is designed to read code changes and existing documentation to automate updates, creating an attack surface for indirect prompt injection. Findings include: 1. Ingestion points: The skill reads source code and documentation files via
Read,Glob, andGreptools (SKILL.md Step 1). 2. Boundary markers: No explicit prompt delimiters are mentioned for input data. 3. Capability inventory:WriteandEdittools are used to modify local documentation files (SKILL.md File Access Rules). 4. Sanitization: The skill implements aClaim-Grounding Gatewhich requires every capability claim in the documentation to be mapped to a specific symbol in the code. - [SAFE]: The skill enforces strict file access rules that limit write operations to documentation directories (
docs/,documentation/,doc/, orsite/). It also interacts with related author-owned tools likewk-arch-reviewandwk-learnfor workflow consistency.
Audit Metadata