devops-git-guard
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted content from the repository (e.g., code diffs, markdown files) which could contain hidden instructions for the agent.
- Ingestion points: The agent ingests
git diff --stagedand repository files like.gitignoreandREADME.mdas described inSKILL.md. - Boundary markers: The instructions lack explicit boundary markers or directions to ignore instructions found within the audited data.
- Capability inventory: The skill can modify repository files (
.gitignore,README.md,GRAPH_REPORT.md) and execute external commands (git,Graphify). - Sanitization: There is no evidence of sanitization for the external data processed by the agent.- [COMMAND_EXECUTION]: The skill relies on executing system commands and external tools to perform its auditing tasks.
- Evidence:
SKILL.mdinstructs the agent to rungitcommands and theGraphifyutility for cycle detection and path verification.
Audit Metadata