unity-script
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard file management tools specifically tailored for Unity development. The operations (create, read, replace, delete) are scoped to the project's Assets folder and used for legitimate development workflows.
- [INDIRECT_PROMPT_INJECTION]: The skill possesses a data ingestion surface by reading and searching within C# script files. While these files could theoretically contain malicious instructions designed to influence the agent (Indirect Prompt Injection), this is an inherent risk of code analysis tools.
- Ingestion points: script_read, script_find_in_file, script_get_info.
- Boundary markers: Not explicitly defined in instructions.
- Capability inventory: File creation (script_create), file modification (script_append, script_replace), and file deletion (script_delete).
- Sanitization: Not explicitly documented; the skill relies on standard platform tool execution safety.
Audit Metadata