setup-wiki
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Python installer script (
scripts/setup_wiki.py) to automate the creation of the wiki structure and a Node.js script (validate-wiki.mjs) to lint Markdown files for structure and length. These commands are executed locally on the user's project files. - [SAFE]: The skill performs filesystem operations to create a
docs/wikidirectory and populate it with templates. It modifiespackage.json,AGENTS.md, andCLAUDE.mdto integrate the wiki into the project workflow. These actions are non-destructive and aligned with the skill's stated purpose. - [SAFE]: No network operations, external downloads, or data exfiltration patterns were detected. The scripts use standard libraries and do not communicate with remote servers.
- [SAFE]: The instructions for terminology derivation and wiki maintenance are benign and aimed at project organization rather than bypassing safety protocols.
Audit Metadata