agent-wiki
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to automate repository initialization and linking.\n
- It executes
git init,git add, andgit committo set up and version-control the wiki repository.\n - It utilizes platform-specific commands like
ln -s(macOS/Linux),mklink(Windows CMD), andNew-Item(PowerShell) to create symbolic links or directory junctions.\n - It modifies the
.gitignorefile to prevent the tracking of symbolic links within project repositories.\n- [SAFE]: No malicious patterns were detected. The skill's operations are confined to the local file system, use standard development tools, and are strictly aligned with its documented purpose of knowledge management.
Audit Metadata