File History Tracker
PassAudited by VirusTotal on Apr 23, 2026.
Findings (1)
The skill provides a local file versioning system (snapshots, diffs, tags, and restoration) using Node.js. The core logic in `version_engine.js` uses standard libraries (`fs`, `path`, `crypto`) to manage file history within a local `.fvsnap` directory. It includes safety features such as automatic backups before restoring files and basic filename sanitization. No network activity, data exfiltration, or malicious instructions were found in the code or documentation.
