docker-to-sealos
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
subprocessmodule inscripts/compose_to_template.pyandscripts/quality_gate.pyto invoke system binaries such ascraneandkompose. These executions are essential for resolving image versions and performing workload conversions. The scripts use list-based argument passing to mitigate command injection risks. - [EXTERNAL_DOWNLOADS]: The conversion logic in
scripts/compose_to_template.pyincludes a feature to search for and download application logos from the external serviceapi.svgl.app. This network activity is limited to retrieving static image assets (SVG/PNG) for the generated templates. - [SAFE]: The skill implements multiple security safeguards, including enforcing fixed image tags instead of floating ones, disabling automatic service account token mounting by default, and using safe YAML loading throughout its processing scripts.
Audit Metadata