1c-metadata-manage

Warn

Audited by Socket on Aug 9, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
tools/1c-interface-manage/scripts/interface-edit.ps1

This module is primarily an XML configuration editing utility that persists changes to a file and optionally runs a local validation script. No direct indicators of intentional malware (networking, credential theft, reverse shell, persistence, obfuscation) are present in the provided code. The primary security concerns are configuration-integrity and supply-chain/build risk: (1) user-controlled values are embedded into XML strings and parsed with LoadXml (structural injection/malformed XML risk if escaping/validation is insufficient) and (2) the script writes to $resolvedPath and then executes a local validator, whose overall impact depends on how $resolvedPath is derived and how the validator processes the file. Overall risk appears moderate and context-dependent, not overtly malicious.

Confidence: 58%Severity: 50%
AnomalyLOW
tools/1c-web-ops/scripts/web-publish.ps1

No direct indicators of intentional malware (e.g., backdoor, exfiltration, or covert command execution) are visible in this fragment. However, it performs high-impact security actions: it can auto-download and execute Apache binaries from the public internet without checksum/signature verification (major supply-chain integrity risk), it stores provided 1C credentials in plaintext within default.vrd (credential-at-rest exposure), and it configures Apache with permissive directives ('Require all granted' and 'AllowOverride All'), which can increase exposure depending on network binding and environment. Use should be gated by integrity controls, secret handling protections, and strict network access assumptions.

Confidence: 66%Severity: 67%
Audit Metadata
Analyzed At
Aug 9, 2026, 02:46 PM
Package URL
pkg:socket/skills-sh/comol%2Fai_rules_1c%2F1c-metadata-manage%2F@2fa1168f0003eba5e1ec022767f396b2058cfb9c0c6ad564a9e3861773ec27e5
Security Audit — socket — 1c-metadata-manage