skill git - version control for your skills
PassAudited by VirusTotal on May 16, 2026.
Findings (1)
This skill bundle implements a local version control system for AI agent skills using Git. It demonstrates strong security awareness by including sensitive filename blocklists (e.g., for .env, .ssh, and credentials) in commit.md, merge.md, and scan.md to prevent accidental data exposure. Additionally, check.md includes a security scanning step specifically designed to detect prompt injection and data exfiltration patterns in other skills. All destructive operations, such as deleting merged folders or reverting to previous versions, require explicit user confirmation, and the logic is strictly aligned with the stated purpose of skill management.
