Skip to content

Security: sumitaich1998/slavex

Security

SECURITY.md

Security Policy

Supported versions

slavex is pre-1.0; security fixes are applied to the latest master.

Version Supported
latest (master)
older commits

Reporting a vulnerability

Please report security issues privately — do not open a public issue.

We aim to acknowledge reports within 72 hours and to share a fix or mitigation timeline after triage. Please give us a reasonable window to address the issue before public disclosure.

How slavex runs (good to know)

  • The "brain" invokes the Cursor CLI agent locally in read-only mode (cursor-agent --mode ask --print); during normal gameplay it does not write files or run shell commands.
  • No secrets or API keys are committed to this repository.
  • The backend is intended for local development. If you expose it on a network, treat /api/command as untrusted input and run it behind appropriate isolation.

There aren't any published security advisories