git-wiki
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard git CLI commands (git rev-parse, git diff, git ls-files) to identify changes in the repository. These operations are restricted to git metadata and are necessary for the skill's primary function of tracking project documentation drift.
- [DATA_EXPOSURE]: The skill is designed to read and process repository files, including source code and internal documentation, to generate wiki content. This access is scoped to git-tracked files and is the intended purpose of the documentation tool.
- [INDIRECT_PROMPT_INJECTION]: The skill possesses an ingestion surface for potentially untrusted data from the repository's source code and documentation files. 1. Ingestion points: Git-tracked repository files at HEAD, documentation in .docs/ and docs/, and project configuration files. 2. Boundary markers: Not present; the skill does not define specific delimiters to separate ingested file content from its own processing instructions. 3. Capability inventory: Reading local repository files, writing summarized markdown files to the .wiki/ directory, and executing git commands via the system shell. 4. Sanitization: No explicit sanitization or validation of the content being summarized is mentioned.
Audit Metadata