llmdocs
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a series of git commands (log, diff, ls-files) via bash to analyze repository history and identify changes for documentation updates.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from the codebase to generate documentation.
- Ingestion points: The agent reads existing CLAUDE.md files, design docs in .llmdocs/, and the output of git history commands as context.
- Boundary markers: Absent. The skill does not use specific delimiters or instructions to ignore potential commands embedded in the analyzed code or commit messages.
- Capability inventory: The skill can execute shell commands (git) and perform file system read/write operations.
- Sanitization: No explicit sanitization or validation of the ingested codebase content is specified before the data is used to populate documentation templates.
Audit Metadata