-
Notifications
You must be signed in to change notification settings - Fork 0
Security
automation-bot edited this page Aug 20, 2025
·
3 revisions
The latest master branch is supported. Please update to the latest version before reporting issues.
- Email: thebuddhaverse@icloud.com (or open a private issue)
- Please include: steps to reproduce, affected versions, and any PoC.
- We respond within 72 hours. Critical issues will be triaged immediately.
- Do not commit secrets. Use environment variables via
.env(see.env.example). - Rotate short-lived API keys after testing. Revoke leaked keys immediately.
- Prefer
X-N8N-API-KEYover Bearer if your deployment requires it. - Avoid disabling TLS verification (
NODE_TLS_REJECT_UNAUTHORIZED=0) except in ephemeral dev setups.
-
.npmignoreexcludes local data and generated artifacts from the package. - Example scripts read credentials from
process.envonly. - CLI tools do not persist tokens to disk.
- Review Docker Compose files before deploying to production.
- Restrict n8n API exposure behind auth and TLS.
- Use role-based API keys where possible; limit scope and lifetime.
- 🚀 WisprFlow AI (affiliate) → Open
- 🏠 Home
- 🧰 Tools
- 📝 Changelog
- 🔐 Security
- 🤝 Contributing
- 📜 Code of Conduct
- 🎵 Vibe
- OpenAPI Server:
npm run mcp:openapi - n8n Server:
npm run mcp:n8n