roblox-tooling
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions for installing the Aftman toolchain manager in a CI/CD environment using a shell script fetched directly from its official GitHub repository.
- Evidence:
curl -LsSf https://raw.githubusercontent.com/nicbarker/aftman/main/install.sh | shinreferences/full.md. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of various open-source Roblox development tools (Rojo, Wally, Selene, StyLua, Lune, and luau-lsp) via Aftman, referencing their respective GitHub repositories for version pinning.
- Evidence:
aftman.tomlconfigurations and installation commands likeaftman installandwally installacross bothSKILL.mdandreferences/full.md. - [COMMAND_EXECUTION]: The skill involves the execution of numerous CLI tools for project synchronization, package management, linting, formatting, and testing within the local filesystem and CI pipelines.
- Evidence: Standard commands such as
rojo build,selene src/,stylua --check, andlune runare documented as primary workflows.
Audit Metadata