unity-debug
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its log-reading capabilities.
- Ingestion points:
debug_get_logsanddebug_get_stack_traceingest data from the Unity console, which can contain output from any running script or third-party asset. - Boundary markers: There are no specified delimiters or instructions to treat log content as untrusted data in the skill's prompt logic.
- Capability inventory: The skill possesses the ability to modify project configuration via
debug_set_definesand trigger system-heavy operations likedebug_force_recompile(which triggers a domain reload). - Sanitization: No sanitization or validation of log content is described before it is processed by the agent, allowing potential malicious instructions in log messages to influence subsequent agent actions.
Audit Metadata