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 | sh in references/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.toml configurations and installation commands like aftman install and wally install across both SKILL.md and references/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, and lune run are documented as primary workflows.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 07:37 PM
Security Audit — agent-trust-hub — roblox-tooling