Security Policy
Reporting a Vulnerability
If you discover a security vulnerability, please report it responsibly:
- Do NOT open a public issue
- Email the maintainer or open a private security advisory on GitHub
- Include steps to reproduce if possible
We'll respond within 48 hours and work on a fix.
Security Best Practices
When deploying Hugging8n:
- Enable basic auth β set
N8N_BASIC_AUTH_USERandN8N_BASIC_AUTH_PASSWORDto protect your n8n instance from unauthorized access - Create a strong n8n owner password during first-run setup
- Set your Space to Private β prevents unauthorized access to your n8n instance from the web
- Keep your HF token scoped β use fine-grained tokens with minimum permissions (read/write to your backup dataset only)
- Set a strong
N8N_ENCRYPTION_KEYβ protects your stored credentials; if lost, credentials cannot be recovered - Optionally set
CLOUDFLARE_PROXY_SECRETin both Space and Worker β recommended to prevent Worker URL abuse as an open proxy - Keep secure cookies enabled on HTTPS β default is secure in this project; only disable for local non-HTTPS testing
- Don't commit
.envfiles β the.gitignorealready excludes them - Review n8n credentials β periodically audit credentials stored in n8n
Supported Versions
| Version | Supported |
|---|---|
| 1.0.x | β |