| Version | Supported |
|---|---|
| 0.1.x | ✅ |
Please report security vulnerabilities through GitHub's private vulnerability reporting.
- Go to the Security tab of this repository
- Click "Report a vulnerability"
- Fill in the details
Please do not open public issues for security vulnerabilities.
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix or mitigation: Dependent on severity, targeting 30 days for critical issues
floop includes several security measures:
- Input sanitization — All user inputs are validated and sanitized before processing
- Path validation — File operations are restricted to expected directories with traversal prevention
- Rate limiting — Protection against resource exhaustion
- Audit logging — Operations are logged to
.floop/audit.jsonlfor traceability - Dependency scanning — CI runs
govulncheckon every build
This policy covers the floop CLI tool and its MCP server component. Third-party integrations (Claude Code, Cursor, etc.) are governed by their own security policies.