platform-tracing-configure
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local file operations by reading an internal template (
assets/EventSettings-template.xml) and writing a configuration file (settings/Event.settings-meta.xml). These actions are entirely within the expected scope of a configuration management skill. - [SAFE]: User input handling is securely constrained. The instructions require the agent to map user intent (e.g., "turn on") to a strict boolean value (
trueorfalse) before inserting it into the XML template. This design prevents arbitrary string injection or schema confusion in the generated metadata. - [SAFE]: No external network requests, third-party dependencies, or dynamic code execution patterns are utilized. The skill relies exclusively on pre-defined local assets and controlled text replacement.
Audit Metadata