Fusion Engine is pre-1.0. Security fixes target the default branch until formal releases are cut.
Please report security issues privately to the project maintainers. Do not open a public issue for secrets, credential exposure, or exploitable service behavior.
- Keep
OPENROUTER_API_KEYout of git. Use environment variables or a local.env;.envis ignored by default. - Set
FUSION_SERVER_API_KEYbefore exposing the HTTP API beyond localhost. Requests to/fuseand/v1/chat/completionsmust then includeAuthorization: Bearer <value>. - The
code_execeval grader executes model-generated Python. Run HumanEval or other untrusted code-execution benchmarks inside a container or VM.