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) and launchctl (macOS).
  • Deletes application binaries from the platform's share directory (rm -rf $(platform_share_dir)/bin).
  • Modifies local configuration files in ~/.skillwiki/.env to 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.yaml configuration. Users must explicitly use the --force-protected flag to override this restriction.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 27, 2026, 11:29 AM
Security Audit — agent-trust-hub — vault-sync-uninstall