| Version | Supported |
|---|---|
| 1.x | ✅ |
Please report vulnerabilities to security@opensin.ai. Responses within 24 hours.
- Never commit
.env- All secrets via environment variables - Use HTTPS - All Box.com API calls use TLS 1.2+
- API Token Rotation - Rotate Box Developer Tokens quarterly
- Least Privilege - Box app scopes:
files.content.read,files.content.write,folders.read - Rate Limiting - Service enforces 100 requests/min per IP
- Input Validation - All uploads validated for file size (<2GB), MIME type, and extension
- Box.com API tokens stored in
BOX_DEVELOPER_TOKEN- protect as secret - Public folder access is read-only for unauthenticated users
- Upload endpoint requires
X-Box-Storage-Keyheader for authentication - All file metadata (names, paths) sanitized to prevent injection attacks