vault-presync
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script performs repository maintenance by executing Git commands and the
skillwikiCLI. It deletes untracked local files that are identical to remote versions (rm -f) and removes empty directories to prevent synchronization conflicts. - [EXTERNAL_DOWNLOADS]: The script performs a
git fetch originto synchronize the local vault's state with its remote counterpart. - [SAFE]: The skill's behaviors, including the use of an operation journal and delegation to a canonical pull helper, align with best practices for automated Git management and do not exhibit malicious patterns.
Audit Metadata