Sugent OS v1.1
Execution Policy · Project
Configure project-level sandbox limits, language allowlists, and forbidden patterns. When disabled, this project falls back to the global default policy.
Policy
enabled
Timeout
300ms
Languages
javascript
Forbidden
13
Effective Policy JSON
{
"allowedLanguages": [
"javascript"
],
"timeoutMs": 300,
"maxCodeChars": 8000,
"maxInputChars": 16000,
"maxOutputChars": 20000,
"maxLogChars": 12000,
"forbiddenPatterns": [
"require(",
"import ",
"process",
"child_process",
"fs.",
"fs/",
"fetch(",
"XMLHttpRequest",
"WebSocket",
"eval(",
"Function(",
"globalThis",
"constructor.constructor"
]
}Global Default Policy
{
"allowedLanguages": [
"javascript"
],
"timeoutMs": 300,
"maxCodeChars": 8000,
"maxInputChars": 16000,
"maxOutputChars": 20000,
"maxLogChars": 12000,
"forbiddenPatterns": [
"require(",
"import ",
"process",
"child_process",
"fs.",
"fs/",
"fetch(",
"XMLHttpRequest",
"WebSocket",
"eval(",
"Function(",
"globalThis",
"constructor.constructor"
]
}