erf-init
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a PowerShell script (
init.ps1) or a Python script (init.py) to automate the generation of 1C report structure. - The scripts take parameters such as
Name,Synonym, andSrcDirto customize the generated XML and BSL files. - Path construction uses
Join-Path(PowerShell) andos.path.join(Python), which are standard practices for filesystem operations. - [SAFE]: No malicious patterns such as data exfiltration, obfuscation, or unauthorized network access were detected.
- The skill references the author's GitHub repository for documentation purposes, which is a well-known service and considered safe.
- XML content is correctly escaped in the Python implementation using a helper function, reducing the risk of generating malformed files.
Audit Metadata