roblox-networking
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of educational documentation and a functional Lua utility script for Roblox game development.
- [SAFE]: All external references point to the official Roblox Creator Documentation (create.roblox.com), which is the authoritative and trusted source for the platform's API and security best practices.
- [SAFE]: The script
scripts/RateLimiter.luaimplements a standard token-bucket algorithm designed to prevent RemoteEvent spam. It follows standard Luau scripting practices and contains no malicious network operations or data exfiltration logic. - [SAFE]: Instructions heavily emphasize security best practices, such as treating the client as a hostile environment, performing server-side validation of all inputs, and avoiding unsafe practices like yielding the server with
InvokeClient.
Audit Metadata