mkdocs-translations
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted markdown files sequentially, which creates a vulnerability surface for indirect prompt injection if source files contain adversarial instructions.
- Ingestion points: Processes documentation content from
docs/docs/enanddocs/docs/includes/eninsideSKILL.md. - Boundary markers: Absent. There are no boundary delimiters or specific directives instructing the agent to ignore instructions embedded within the text files being translated.
- Capability inventory: Executes automated shell commands via
git checkoutand performs multi-file write modifications to the workspace and themkdocs.ymlfile. - Sanitization: Absent. Content is processed and written back to the workspace without parsing or sanitization filters to strip potential prompt injections.
- [COMMAND_EXECUTION]: Instructs the agent to execute a git command (
git checkout -b docs-translation-<language>) to create a new branch for the translations.
Audit Metadata