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

# Localhost Security

> Development machine security, local secrets, exposed ports, and dev environment hygiene.

# Localhost Security

Your development machine is a high-value target. It has access to your code, your credentials, your cloud accounts, and often production databases. Treating it casually is a security risk.

<Warning>
  This section is a work in progress. Content is being actively developed.
</Warning>

## Topics to Be Covered

* Exposed ports and local services
* `.env` files and local secrets management
* SSH key management
* Browser extension risks
* npm/pip/package manager supply chain attacks
* Dev container and sandbox isolation
* Network exposure (coffee shop coding)
* AI tool permissions and access scope
* Git credential management
