Data stays local
Everything Friday stores lives in the Friday home directory (default
~/.friday/local/) on your machine — spaces, sessions, artifacts, and credentials. Friday does not have access to any of it.Credential isolation
API keys and OAuth tokens are stored locally by the Link service and injected into agent processes at runtime. They are never written into
workspace.yml or logged.Localhost only
All Friday services bind to
127.0.0.1 and are not accessible from other machines on your network.Webhook tunnel
Inbound webhook payloads are forwarded from Cloudflare’s edge to your local daemon. Disable entirely with
NO_TUNNEL=true.Supply chain security
Friday’s open-code codebase is scanned continuously for dependency vulnerabilities, with automated checks on every code change.
Reporting a vulnerability
Do not open a public GitHub issue for security problems. Use one of these private channels:- GitHub private advisory — open a confidential report, visible only to maintainers
- Email — security@hellofriday.ai
Supported versions
Security fixes are applied to themain branch and shipped in the next release. We do not backport to older releases — run a recent build.

