unity-importer
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is focused on configuring Unity asset metadata and does not exhibit any malicious behaviors. All identified functions are standard operations for asset management within the Unity game engine.
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied asset paths and configuration parameters as input for its various setting tools.
- Ingestion points: Input parameters such as
assetPath,items, and specific setting values (e.g.,maxSize,loadType) intexture_set_settings,audio_set_settings, andmodel_set_settings. - Boundary markers: None explicitly defined in the instructional text.
- Capability inventory: Modifies project-level asset metadata and triggers asset reimports via the
unity_skillslibrary. - Sanitization: Not present in the instruction layer; assumed to be handled by the underlying
unity_skillstool implementation. - [COMMAND_EXECUTION]: The skill uses the
unity_skillslibrary to interact with the Unity editor. No arbitrary shell command execution or system-level modifications were detected.
Audit Metadata