Challenge 69 β
Welcome to challenge Challenge 69.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on AI.
π‘ Look for: AI prompts, model configurations, or chat history.
Agent skills are becoming a popular way to share automation with a team: you drop a folder with a SKILL.md in it, the agent picks it up, and everybody gets the same workflow. Unfortunately that also makes them a very convenient place to "temporarily" park a shared credential.
This application ships a Cursor skill called deploy-preview. The skill lives in the resource folder and is hosted by the backend at /skills/cursor/deploy-preview/SKILL.md.
The skill source is also available on GitHub at src/main/resources/challenges/challenge-70/cursor-skill/deploy-preview/SKILL.md.
Read the skill and submit the staging deploy token that the author inlined "to keep the skill self-contained".
|
Note
|
Nothing is encoded or encrypted here: this is exactly what a leaked skill looks like in the wild. A skill is documentation, and documentation gets copied into wikis, tickets, pull requests and chat messages. |
deploy-previewThis application ships a Cursor skill in its resource folder. The backend hosts it at /skills/cursor/deploy-preview/SKILL.md, which is exactly what an agent would read when the skill is installed.
Fetch the skill from the command line:
curl -sO https://wrongsecrets.herokuapp.com/skills/cursor/deploy-preview/SKILL.md
β¦or read it right here:
Open in new tabπ‘ The author inlined the shared staging deploy token so the skill would be "self-contained". Submit that token.