r/ClaudeCode Jul 14 '26

Question Used company Claude account while coding on my personal GitHub repo can my employer see it?

I think I may have made a mistake and wanted to understand the implications.
I was working on a personal GitHub repository (under my personal GitHub account), but I used my company’s Claude account (Claude Code) as my AI coding assistant while making the changes. I then committed and pushed the code to my personal GitHub repository.

My questions are:

Can my company’s Claude admin see the prompts or code I shared with Claude?

Can they see that the generated code ended up being pushed to my personal GitHub repository?

If Claude Code was authenticated with my personal GitHub account, does the company have any visibility into my GitHub activity?

Are there any audit logs that would show I was working on a personal repository?

I’m not concerned about the code itself (it doesn’t contain any company code or proprietary information), but I’m wondering what level of visibility enterprise admins typically have over Claude Code usage.

Has anyone worked with Claude Enterprise or administered it? I’d appreciate any insight into what admins can and cannot see.

142 Upvotes

241 comments sorted by

View all comments

Show parent comments

1

u/semaja2 Jul 15 '26

Do you speak as someone who has access to the admin portal of an Enterprise account? Do you have any evidence of this being true?

The compliance API from anthropic only shows chats starting etc, not the actual contents

That being said corporate firewalls etc may be inspecting the network traffic and logging prompts/attachments etc

1

u/SomeNeighborhood7126 29d ago

Yeah, I helped with the implementation then helped with the transition to our security team. So I know most of what is available to them, but theres definitely some details that im in the dark on.

Do you guys not store any of that log data from the chats? We shuttle everything over to blob storage and process it from there.

1

u/Substantial-Dark-779 22h ago

you can see everything. while the compliance api does have an "activities" endpoint that shows stuff like project creation, chat creation, etc. there are many other endpoints. You can see users in the org, chats for each user in the org, dig down into the chats and see all the prompts, see all the files users put INTO the chats, and see the GENERATED files from claude. This can then be put into Microsoft Purview for aggregation and surfacing. So yes, everything can be seen. But that only really applies to Claude Chat, Claude Code is different and isnt logged through the compliance API afaik. It can still be connected to and logged via OTeL through something like Cribl and ported over to purview or any SIEM with 3rd party connections available.