Lightweight security addon for the Coder runtime — safe compilation and malicious access prevention
/coder requests for live source compilation, preventing unsafe code from reaching the runtimeRuntime.exec, ProcessBuilder) before execution| Command | Description |
|---|---|
/coder run <file.java> |
Compiles and runs a script from the Coder scripts folder |
/cjf compile <file.java> |
Compiles a script into the protected cache without running it |
/cjf execute-class <file> |
Runs a previously compiled class from the cache |