Security
Last updated January 14, 2026
Built-in Security Features
- ✅ Input validation on all user inputs
- ✅ SQL injection prevention (prepared statements)
- ✅ Path traversal protection (basename, realpath checks)
- ✅ XSS prevention (htmlspecialchars on output)
- ✅ File type validation (whitelist)
- ✅ CSRF protection via session validation
- ✅ Optional IP whitelist
- ✅
.htaccessprotection for upload directories
Security Best Practices
- Delete SmartDump after use - Most important!
- Use strong database passwords
- Enable IP whitelist in production
- Only use on trusted networks
- Review SQL files before importing
- Keep backups before importing
- Don't leave uploaded files on server