wiki
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines several shell-based utility commands (e.g.,
find,wc,grep,mkdir,cp) used to initialize the wiki structure, monitor file counts, and retrieve log entries. These commands are restricted to the local wiki directory and are standard for file-based knowledge management tasks. - [DATA_EXPOSURE]: The skill is designed to ingest external data from URLs or local files to generate wiki pages. To mitigate inaccuracies or hallucinations, it enforces a 'Conclusions must be traceable' rule, requiring the agent to provide source anchors (URLs or
file:linecitations) for every claim. - [PROMPT_INJECTION]: The skill utilizes explicit boundary markers (e.g.,
<!-- human:start -->and<!-- human:end -->) to identify human-written content that the agent is forbidden from modifying. This prevents accidental loss of user data during automated wiki gardening. - [EXTERNAL_DOWNLOADS]: The documentation references official GitHub repositories and a companion visualization tool hosted on Cloudflare Workers. These resources are directly associated with the skill's author (
cclank) and serve the primary purpose of the skill.
Audit Metadata