roblox-core
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive and accurate documentation for Roblox engine development, focusing on architectural best practices and the security sandbox of the platform.
- [REMOTE_CODE_EXECUTION]: The included ServiceHelper.lua script utilizes the standard Luau require function to load local ModuleScripts. It does not perform any dynamic execution of untrusted code or fetch external scripts.
- [DATA_EXFILTRATION]: While the documentation describes HttpService for outbound networking, the skill contains no logic to exfiltrate data or access sensitive environment variables.
- [COMMAND_EXECUTION]: No shell commands or privileged operations are included; all operations described and implemented stay within the restricted Luau environment.
Audit Metadata