<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/we-asked-grok-build-0-1-to-recover-a-secret-hidden-in-git-history-rvh6i7s22" -->

---
title: We Asked Grok Build 0.1 to Recover a Secret Hidden in...
description: Grok Build 0.1 was tested on a Terminal-Bench task called git-leak-recovery, where it had to find a secret accidentally committed to a Git repo and then hidden...
canonical: https://daily.dev/posts/we-asked-grok-build-0-1-to-recover-a-secret-hidden-in-git-history-rvh6i7s22
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: We Asked Grok Build 0.1 to Recover a Secret Hidden in Git History | daily.dev
og:description: Grok Build 0.1 was tested on a Terminal-Bench task called git-leak-recovery, where it had to find a secret accidentally committed to a Git repo and then hidden...
og:url: https://daily.dev/posts/we-asked-grok-build-0-1-to-recover-a-secret-hidden-in-git-history-rvh6i7s22
og:image: https://api.daily.dev/og/posts/RvH6i7S22.png
og:image:alt: We Asked Grok Build 0.1 to Recover a Secret Hidden in Git History
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# We Asked Grok Build 0.1 to Recover a Secret Hidden in Git History

**[Kilo Blog](https://daily.dev/sources/kilo-ai-blog)** · 11 min read · 1 upvotes · 0 comments

## Summary

Grok Build 0.1 was tested on a Terminal-Bench task called git-leak-recovery, where it had to find a secret accidentally committed to a Git repo and then hidden via a branch reset. The model used git fsck to find unreachable objects, inspected the hidden commit, saved the secret to a file, expired the reflog, ran git gc --prune=now, and verified the repo was clean — all in 27 steps, ~41 seconds, for $0.09. The post walks through each step Grok took and explains the underlying Git mechanics (reflogs, unreachable objects, garbage collection) that make secret cleanup non-trivial.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.kilo.ai/p/we-asked-grok-build-01-to-recover>

## Similar posts on daily.dev

- [Some things are never truly lost - How git recovered two weeks of deleted work](https://daily.dev/posts/some-things-are-never-truly-lost---how-git-recovered-two-weeks-of-deleted-work-vh20yles6) · Daniel Saidi · 7 upvotes · 1 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#git](https://daily.dev/tags/git), [#grok](https://daily.dev/tags/grok)

[View this post on daily.dev](https://daily.dev/posts/we-asked-grok-build-0-1-to-recover-a-secret-hidden-in-git-history-rvh6i7s22)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"We Asked Grok Build 0.1 to Recover a Secret Hidden in Git History","url":"https://daily.dev/posts/we-asked-grok-build-0-1-to-recover-a-secret-hidden-in-git-history-rvh6i7s22","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/we-asked-grok-build-0-1-to-recover-a-secret-hidden-in-git-history-rvh6i7s22"},"datePublished":"2026-06-10T19:08:24.409Z","dateModified":"2026-06-17T15:50:28.676Z","description":"Grok Build 0.1 was tested on a Terminal-Bench task called git-leak-recovery, where it had to find a secret accidentally committed to a Git repo and then hidden...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7b1876eb609aa6b9a25bf6e774be64f0?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7b1876eb609aa6b9a25bf6e774be64f0?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Kilo Blog","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Kilo Blog","logo":"https://media.daily.dev/image/upload/s--x3pmrf8D--/f_auto,q_auto/v1774964071/logos/kilo-ai-blog?_a=BAMAMiWQ0","url":"https://daily.dev/sources/kilo-ai-blog"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/we-asked-grok-build-0-1-to-recover-a-secret-hidden-in-git-history-rvh6i7s22","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,git,grok","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Kilo Blog","item":"https://daily.dev/sources/kilo-ai-blog"},{"@type":"ListItem","position":3,"name":"We Asked Grok Build 0.1 to Recover a Secret Hidden in Git History"}]}
```

