Back to skill

Security audit

Structuring Git Workflow

Security checks for vulnerabilities and agentic risk

Overview

This skill is a disclosed Git workflow helper that nudges agents toward safer branch, commit, push, and destructive-operation habits.

Install this if you want your agent to enforce conservative Git habits. Review branch, stash, commit, rebase, reset, and push actions before approving them, especially in shared repositories, because the skill is designed to shape real Git workflow decisions even though it contains no executable code.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.