documentation-generator
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to execute documentation generation commands and linters across various stacks. These includedart doc,./gradlew dokkaGenerate,cargo doc,xcodebuild docbuild, andsphinx-build. These are legitimate uses of shell execution within the context of a documentation toolchain. - [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and run development tools from well-known registries at runtime. Specifically, it uses
npxto fetch tools like@redocly/cli,typedoc, anddependency-cruiserfrom NPM, andgo runto fetchpkgsitefromgolang.org. As these targets are well-known technology services, these operations are considered safe. - [PROMPT_INJECTION]: The skill processes untrusted content from source code comments, API specifications, and git logs (Indirect Prompt Injection surface).
- Ingestion points: Reads source files (.kt, .dart, .swift, .rs, .cpp, .ts, .py, .go), API specs (openapi.yaml, swagger.json), and commit messages.
- Boundary markers: The instructions do not specify explicit delimiters to separate untrusted code content from agent instructions during processing.
- Capability inventory: The agent has access to
Bashfor command execution andWrite/Editfor file system modifications. - Sanitization: The skill does not explicitly mention sanitization or validation of the ingested code content before processing it.
Audit Metadata