document-feature
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes git diff commands to identify changes between branches. This is a standard operation required for its documentation tasks.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it ingests and processes untrusted data from the repository being analyzed.
- Ingestion points: The skill reads git diff outputs, source code (Java/Spring/Quarkus), OpenAPI specifications, and application configuration files (application.yml/properties) as described in references/workflow.md.
- Boundary markers: There are no explicit boundary markers or instructions to ignore embedded commands within the analyzed code files to prevent the model from obeying instructions found in comments or strings.
- Capability inventory: The skill has the capability to write and modify Markdown files within the docs/ directory and run git commands.
- Sanitization: The skill does not perform sanitization or validation of the content extracted from the source files before using it to generate documentation.
Audit Metadata