https://shipreadyai.dev/learn/findings/o6-exposed-path

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# A file that should not be public answers on the live site

This file usually carries configuration, keys, or repository history, and it is readable by anyone who asks for it.

## Why AI-built apps get this

Debug routes, admin pages and leftover files survive because nothing links to them. Nothing needs to. Address lists are guessed thousands at a time by tools that cost nothing to run, and an admin route with no check in front of it was one of the causes of the Moltbook exposure.

## Evidence line

GET https://example.com/admin returned 200

## The fix

Stop deploying this path, add it to your ignore file, and rotate anything it contained. Path: {path}.

## Prompt

The file at {path} is publicly readable. Stop deploying it, add it to your ignore file, and rotate any credentials it contained.
