vault-sync-uninstall
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system commands to perform the uninstallation. These are standard operations for decommissioning software:
- Stops and removes services using
systemctl(Linux) andlaunchctl(macOS). - Deletes application binaries from the platform's share directory (
rm -rf $(platform_share_dir)/bin). - Modifies local configuration files in
~/.skillwiki/.envto mark the tool as uninstalled. - [PRIVILEGE_MANAGEMENT]: The script includes safeguards to prevent accidental uninstallation on 'protected' hosts (likely production environments) by checking a
fleet.yamlconfiguration. Users must explicitly use the--force-protectedflag to override this restriction.
Audit Metadata