roblox-npc-ai
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides illustrative Luau code for the Roblox game engine environment. The code implements standard game development patterns such as A* pathfinding via
PathfindingService, state machines, and geometric detection (Line of Sight, Field of View). - [EXTERNAL_DOWNLOADS]: The skill references official Roblox documentation repositories on GitHub (
Roblox/creator-docs) and the officialcreate.roblox.comdomain. It also links to the Roblox Developer Forum (devforum.roblox.com) for community-maintained navmesh alternatives. These are well-known and expected resources for the skill's stated purpose. - [COMMAND_EXECUTION]: No shell command execution or platform-level system manipulation was detected. The code snippets are confined to the Roblox Luau API.
- [DATA_EXFILTRATION]: No credential exposure or network exfiltration patterns were found. The skill includes recommendations for
SetNetworkOwner(nil), which is a standard security practice in Roblox to prevent client-side physics exploitation. - [INDIRECT_PROMPT_INJECTION]: The skill serves as a static reference for game development and does not possess an attack surface for ingesting untrusted external text into the agent's prompt context.
Audit Metadata