| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| < 0.2.0 | ❌ |
We take security seriously. If you discover a security vulnerability, please report it responsibly.
- DO NOT open a public issue
- Email security@muvon.io with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment within 48 hours
- Assessment within 7 days
- Resolution timeline based on severity
- Credit in the security advisory (if desired)
Octofs is designed with security in mind:
- Path Validation — All paths are validated to prevent directory traversal
- Gitignore Awareness — Respects
.gitignorepatterns - Working Directory — Operations are scoped to configured directories
- No Network — Default stdio transport, no network exposure
- Shell Safety — Commands are executed with user permissions only
When using Octofs:
- Configure appropriate working directories
- Review batch edits before applying
- Use environment variables for sensitive data
- Keep Octofs updated to the latest version