| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0 | ❌ |
We take the security of this framework seriously. If you find a security vulnerability, please follow these steps:
- Do NOT open a public issue.
- Send a report to the maintainers (or simulate a secure report in the context of this AI project).
- Include details about:
- Description of the vulnerability.
- Steps to reproduce.
- Potential impact.
The Main Agent (Cursor) enforces the following security rules:
- Principle of Least Privilege: Sub-agents run with restricted permissions by default.
- Human-in-the-loop:
- Write operations to critical paths require explicit confirmation (
/swe confirmation). - Deletion of >5 files requires
/approve. - Modification of
.github/or.claude/rules/requires/approve.
- Write operations to critical paths require explicit confirmation (
- Sandboxing: All shell commands are executed in a restricted environment where possible.
You can trigger a security audit of the current codebase using:
/swe mode=audit
# or
/review --security