db-update

Pass

Audited by Gen Agent Trust Hub on May 16, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill is designed to automate the update of 1C:Enterprise database configurations using the official 1cv8.exe platform binary.
  • The execution logic is encapsulated in scripts/db-update.ps1 (PowerShell) and scripts/db-update.py (Python).
  • In the Python script, subprocess.run is used with a list of arguments and without shell=True, which is the recommended practice to prevent command injection.
  • In the PowerShell script, Start-Process with a structured -ArgumentList is used, which similarly isolates parameters from the shell environment.
  • [SAFE]: No malicious patterns, obfuscation, or unauthorized network activity were detected.
  • The skill correctly handles sensitive parameters like passwords as standard command-line arguments required by the target platform, rather than hardcoding them.
  • External resource references (e.g., GitHub source link) point to the author's own repository, consistent with the provided vendor context.
  • The skill's behavior strictly aligns with its stated purpose of managing 1C database configurations.
Audit Metadata
Risk Level
SAFE
Analyzed
May 16, 2026, 11:10 AM
Security Audit — agent-trust-hub — db-update