unity-vrc-udon-sharp
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes local validation hooks for development environments in both Bash (
hooks/validate-udonsharp.sh) and PowerShell (hooks/validate-udonsharp.ps1) formats. These scripts perform static analysis on C# files using regular expressions to detect UdonSharp-specific constraint violations, such as the use of unsupported collections or keywords. They are designed to assist developers in maintaining compatibility with the VRChat platform and do not perform network operations or unauthorized file access. - [EXTERNAL_DOWNLOADS]: The skill documents and provides implementation patterns for the VRChat-specific
VRCStringDownloaderandVRCImageDownloaderAPIs. These are used to fetch text or image assets from a whitelist of well-known and trusted domains (such as GitHub, VRCDN, and Imgur) at runtime within the game's sandbox. The usage patterns provided are consistent with standard world development practices and include appropriate rate-limiting and memory management guidance.
Audit Metadata