huawei-cloud-skill-audit
Audited by Socket on Aug 22, 2026
1 alert found:
SecurityNo direct evidence of overt malware (e.g., credential theft or reverse shells) is present in the shown logic. The dominant risk is supply-chain/system-integrity exposure: the module auto-installs tooling at runtime (pip install without hash/version pinning and curl download from external mirrors) and extracts a downloaded tarball into /usr/local/bin using tarfile.extractall() without visible integrity verification or tar member path validation in this module. Tool-path overrides further increase execution risk if misused. Overall, this module should be reviewed/mitigated for secure downloading, verification (hash/signature), and safer archive extraction, even if its intent is benign scanning orchestration.