support-edit
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local file modifications to manage 1C configuration states. The logic involves parsing XML files to find object UUIDs and updating a binary configuration file (
ParentConfigurations.bin) using regular expressions. - [SAFE]: No external network connections, credential access, or unauthorized privilege escalations were detected.
- [COMMAND_EXECUTION]: The skill uses PowerShell and Python scripts to perform its tasks. The command execution is scoped to the skill's purpose and uses standard arguments for path and state configuration. User input is validated against a predefined set of choices ('editable', 'off-support', 'locked', 'on', 'off'), mitigating command injection risks.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The script reads local configuration files to perform its function. No data is transmitted to external servers. All operations are local to the user's filesystem.
Audit Metadata