Challenge 72 β
Welcome to challenge Challenge 72.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on AI.
π‘ Look for: AI prompts, model configurations, or chat history.
AI coding agents like Codex, Claude Code, and Cursor read files, run commands, and produce detailed session transcripts. When a developer asks an agent to debug a deployment issue, the agent may read configuration files containing secrets and echo those values into its session output.
This application ships a Codex session transcript where a developer asked the agent to investigate a failing staging deployment. The transcript captures the agent reading a .env.staging file and outputting its contents β including the deploy token β as part of normal debugging workflow.
Download the transcript from /challenges/challenge-72/codex-session-transcript.md and find the staging deploy token that was exposed during the session.
The source is also available at src/main/resources/challenges/challenge-72/codex-session-transcript.md.
|
Note
|
The token appears naturally in the transcript output β the agent did not intend to leak it, it simply read a file as part of its debugging process. |
This application ships a Codex session transcript where a developer asked the agent to investigate a failing staging deployment. The transcript captures the agent reading configuration files and outputting their contents β including a deploy token.
Fetch the transcript:
curl -sO https://wrongsecrets.herokuapp.com/challenges/challenge-72/codex-session-transcript.md
β¦or read it right here:
Open in new tabπ‘ The agent read a staging config file and echoed its contents β including a deploy token. Find that token in the transcript output.