| Version | Supported |
|---|---|
| 2.1.x | ✅ |
| 2.0.x | ❌ |
| < 2.0 | ❌ |
If you discover a security vulnerability in Orbit Bootstrap, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, send an email to [email] with:
- A description of the vulnerability
- Steps to reproduce the issue
- The potential impact
- Any suggested fix (optional)
You will receive an acknowledgment within 48 hours. We will work with you to understand the issue and coordinate a fix before any public disclosure.
This policy covers:
- The
install.shscript and all helper scripts inlib/ - Agent, skill, and steering file loading mechanisms
- Profile detection and validation logic
- Any code that executes shell commands or modifies the filesystem
When contributing to Orbit Bootstrap:
- Never commit secrets, API keys, or credentials
- Never use
evalon untrusted input - Validate all user-provided paths before filesystem operations
- Use
--to separate options from arguments in shell commands - Prefer quoting variables to prevent word splitting and globbing