ArkForgeLabs / ArkForgeLabs/Astra

Sandboxing options

Open
#79 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Lua
Stars
186
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Luau runtime has options for sandboxing and disabling packed options for loading shared libraries.

* [ ] Add these sandboxing options for Luau runtime through runtime flag
* [ ] Add ability unload components through runtime flag
* [ ] Include a `--all` flag for above feature

Other than the first option, the rest is applicable to all versions. The first one is exclusive to Luau

Contributor guide

Open the contributing guide

Research direction

Start by locating the Luau runtime flag handling and the existing component-loading or unloading entry points. Check how version-specific options are represented, then trace the command-line parsing for where a `--all` flag would apply. Done means the sandboxing, component-unloading, and `--all` behaviors work across the stated runtime versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.