docs-update-from-diff
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
git statusandgit diffto identify changes. These commands are core functionality for documentation synchronization and are used within the repository's local context.\n- [PROMPT_INJECTION]: The skill processes repository content viagit diff, which represents a surface for indirect prompt injection. This is considered safe as the agent's capabilities are limited to documentation editing.\n - Ingestion points: Data entering through
git diffoutput as described inSKILL.md.\n - Boundary markers: No specific delimiters or safety instructions are defined for the diff content.\n
- Capability inventory: Local repository state inspection and markdown file writes to the
docs/directory.\n - Sanitization: No explicit validation or sanitization is performed on the analyzed code diffs.
Audit Metadata