wiki-weapon
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill incorporates procedural instructions to use the local
gitbinary to retrieve repository metadata for its documentation tasks. - Evidence in
guides/02-direct-invocation.mdspecifies that the agent should shell out togit logandgit blameif the primary TypeScript driver is unavailable. - These operations are limited to read-only metadata retrieval and are consistent with the skill's primary purpose.
- [PROMPT_INJECTION]: As a documentation tool, the skill has an inherent surface for indirect prompt injection by processing external source code and commit messages.
- Ingestion points: Source code from repository chunks and commit messages retrieved from git logs (identified in
guides/01-canonical-invocation.mdandguides/07-adr-detection.md). - Boundary markers: The skill utilizes a set of predefined markdown templates (found in the
templates/directory) that encapsulate extracted code and signatures within markdown code blocks. - Capability inventory: The skill is capable of writing markdown files to the
library/knowledge-base/wiki/directory and executing localgitcommands. - Sanitization: The extraction process uses specialized AST parsers (such as
ts-morphandreact-docgen-typescript) to isolate specific code units, which provides structural isolation for the processed data.
Audit Metadata