Git Deployer

PassAudited by VirusTotal on Mar 25, 2026.

Findings (1)

The git-deployer skill provides a bash script (scripts/deploy.sh) that performs destructive operations, specifically 'rsync --delete' and 'git push --force', to sync local content to a remote repository. While these actions are aligned with the stated purpose in SKILL.md and include warnings about overwriting remote state, the script lacks input validation for the 'site_path' and 'remote_url' arguments. The combination of broad shell, network, and file system access with destructive capabilities qualifies it as suspicious under the provided criteria, despite the lack of clear malicious intent.