wiki

Pass

Audited by Gen Agent Trust Hub on May 12, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill's primary function is to automate the creation and maintenance of project documentation (wiki files) and update agent instructions in AGENTs.md. No malicious patterns were detected.
  • [COMMAND_EXECUTION]: The included Python script scripts/init_wiki.py performs standard file system operations such as creating directories, copying templates, and editing markdown files using the Python standard library (pathlib, shutil, re). These actions are localized to the project root and the skill's own template directory.
  • [DATA_EXPOSURE]: No sensitive files, environment variables, or credentials are accessed. The script only interacts with documentation-related markdown files.
  • [EXTERNAL_DOWNLOADS]: The skill does not perform any network requests or download external content; all templates are bundled locally within the skill folder.
  • [PROMPT_INJECTION]: The instructions provided to the agent focus on operational maintenance of the wiki and do not attempt to bypass safety filters or override core system behavior.
Audit Metadata
Risk Level
SAFE
Analyzed
May 12, 2026, 07:16 PM