up-wiki
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
git diffandgit logcommands to retrieve the recent history of the repository for documentation context. This pattern is essential for the skill's primary purpose but involves the execution of shell commands on the local system. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests data from external sources (git logs, diffs, and project documentation) that could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: Git history (
git log,git diff), project documentation (CLAUDE.md), and existing wiki pages via themcp-outlinesearch and read tools. - Boundary markers: Absent; there are no instructions or delimiters used to separate user-provided data from agent instructions, nor are there warnings to ignore embedded commands.
- Capability inventory: The skill has access to the
Bashtool and a full suite ofmcp-outlinetools for wiki interaction, including creating and updating documents. - Sanitization: Absent; data retrieved from the repository is used directly to draft and apply documentation updates without any filtering or validation.
Audit Metadata