unity-data-persistence
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs local file system operations to manage game saves. It uses standard .NET APIs like
File.WriteAllText,File.ReadAllText, andFile.Deleteto interact with the directory specified byApplication.persistentDataPathinassets/code/FileDataService.cs.txt. - [SAFE]: The skill references a well-known community repository on GitHub for architectural inspiration and educational guidance, which is a standard practice in development-oriented skills.
- [SAFE]: All file operations are scoped to the application's persistent data directory, following platform security guidelines for mobile and desktop Unity applications.
Audit Metadata