ArkForgeLabs / ArkForgeLabs/Astra
Sandboxing options
- 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
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