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

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

# The common private files did not answer

Requests for configuration and repository files came back empty or missing.

## 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

Nothing to change here.

## Prompt

Keep configuration and repository files out of the deployed output.
