claude-forge handles a Laravel Forge API token that can control your servers and sites.
Please treat it accordingly.
- The token is stored locally at
~/.claude/forge/credentialswithchmod 600(owner read/write only). It is never transmitted anywhere except tohttps://forge.laravel.comover HTTPS. - The token is never written into the repository, logs, or command output.
- You can remove it any time with
forge.py logout, or useFORGE_API_TOKENto avoid writing a file at all.
- Scope your token. Create a Forge token with only the permissions you need.
- Don't paste your token into chat. Authenticate in a real terminal, or pass it via env var.
- Rotate the token if it may have been exposed (e.g. pasted into a transcript).
- Review every
WOULD: …dry-run before approving a mutating action.
If you find a security issue — especially anything that could expose tokens or run unintended mutations — do not open a public issue. Email security@webmavens.com with details and steps to reproduce. We'll acknowledge within a few business days and coordinate a fix and disclosure.