wiki-llms-txt
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Repository Metadata Retrieval: The skill executes
git remote get-url originandgit rev-parse --abbrev-ref HEADto determine the project's source URL and default branch. These are routine operations for contextualizing generated documentation and do not involve sensitive data exfiltration. - Document Ingestion and Formatting: The skill aggregates content from local wiki pages into consolidated files. As a tool that processes external text, it represents a surface for indirect prompt injection. However, the risk is addressed through structured formatting: (1) Ingestion occurs from local markdown files; (2) The skill utilizes
<doc>XML-style tags as boundary markers; (3) Capabilities are scoped to local file creation and git metadata access; (4) It performs basic sanitization by removing YAML frontmatter from source files.
Audit Metadata