roblox-animation-and-tweening
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references multiple official Roblox documentation URLs (create.roblox.com) for animation, UI, and engine references. These are well-known, trusted resources within the Roblox development ecosystem.
- [COMMAND_EXECUTION]: The provided Lua scripts (AnimationLoader.lua, IKSetup.lua, TweenHelper.lua) use standard Roblox engine services like
TweenService,ContentProvider, andAnimator. These operations are performed within the scoped environment of the Roblox game engine and do not interact with the host operating system. - [PROMPT_INJECTION]: No patterns of instruction overriding, safety bypass, or role-play injection were detected in the skill instructions or markdown documentation.
- [DATA_EXFILTRATION]: There is no usage of
HttpServiceor other network-capable APIs to send data to external or non-whitelisted domains. The skill focuses entirely on internal engine property manipulation. - [SAFE]: The skill explicitly recommends against outdated and potentially fragile patterns (like
Humanoid:LoadAnimation) and emphasizes server-side validation for gameplay-affecting markers, which is a security best practice in game development.
Audit Metadata