# Inside the Git Proxy: Capturing What an AI Agent Pushed (Part 2)

DevFeed: [Inside the Git Proxy: Capturing What an AI Agent Pushed (Part 2)](<https://devfeed.tech/articles/inside-the-git-proxy-capturing-what-an-ai-agent-pushed-part-2-25423.md>)

Original publisher: [Read original article](<https://jonnyzzz.com/blog/2026/06/22/inside-the-git-proxy-for-ai-agents/>)

Author: Eugene Petrenko

Published: 2026-06-22T00:00:00Z

Content type: article

Language: en

Sources: [Eugene Petrenko](<https://devfeed.tech/sources/eugene-petrenko.md>)

Topics: [Git](<https://devfeed.tech/topics/git.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [eugene-petrenko](<https://devfeed.tech/tags/eugene-petrenko.md>), [git](<https://devfeed.tech/tags/git.md>), [http](<https://devfeed.tech/tags/http.md>), [https](<https://devfeed.tech/tags/https.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [jonnyzzz](<https://devfeed.tech/tags/jonnyzzz.md>), [logs](<https://devfeed.tech/tags/logs.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [refs](<https://devfeed.tech/tags/refs.md>), [tag-41199d53f463](<https://devfeed.tech/tags/tag-41199d53f463.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

This article explains the capture half of a Git proxy for AI agents. It covers intercepting HTTPS traffic, parsing Git packfiles, logging commits, pinning objects with marker refs, and handling signed and atomic protocol behavior.

## Source excerpt

Part 2 -- how the git proxy intercepts HTTPS, forces a parseable pack, logs every commit, pins the objects with marker refs, and survives the sharp edges of a signed, atomic protocol.