interface-edit
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages PowerShell to automate the editing of
CommandInterface.xmlfiles and facilitates a local validation step through another script. All operations are confined to the local environment and align with the skill's administrative functionality. - [DATA_EXFILTRATION]: The script interacts with local XML and JSON files for configuration purposes. It does not access sensitive system locations, nor does it contain any network communication capabilities to transfer data externally.
- [PROMPT_INJECTION]: The skill ingests external data through XML and JSON files which are processed using standard structured parsers (XML DOM and
ConvertFrom-Json). Ingestion points:$CIPathand$DefinitionFile. Capabilities: file system write access and PowerShell script execution. Boundary markers: Structured XML/JSON syntax provides implicit boundaries. Sanitization: The tool relies on native parser validation to prevent malformed data processing.
Audit Metadata