Data Sync
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle is designed for data synchronization between user-controlled machines, a private server, and GitHub. It extensively uses standard `git` and `ssh` commands for this purpose. Crucially, the `SKILL.md` explicitly includes strong safety measures, such as prohibiting destructive `git` commands (`git reset --hard`, `git push --force`), enforcing a 'pull before push' rule, and implementing a 'sensitive information protection' scan to prevent accidental commits of API keys or `.env` files. All network and file system operations are confined to the user's local environment, their specified server, and their GitHub repositories, with no evidence of unauthorized data exfiltration, malicious execution, or prompt injection attempts to subvert the agent's intended behavior.
