vault-sync-install
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill employs a Bash script to manage system configuration, including directory lifecycle management, file operations, and setting executable permissions on deployed scripts.
- [PERSISTENCE_MECHANISMS]: The installer establishes persistence for its sync operations by registering systemd timers/services on Linux and LaunchAgents on macOS to ensure sync tasks run on a recurring schedule.
- [PRIVILEGE_ESCALATION]: The script supports system-wide installation which involves writing to privileged directories such as
/etc/systemd/system. It includes logic to verify root privileges before attempting these operations and defaults to user-scoped installations otherwise. - [DATA_EXPOSURE]: The skill manages operational settings by writing configuration keys to the user's environment files, specifically targeting
~/.skillwiki/.envand specific host profile paths.
Audit Metadata