huawei-cloud-vod-collector
Warn
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The installation scripts
scripts/vod_install.shandscripts/vod_install.ps1download the source code or pre-built archives of theAtomGit-GOutility from a public repository athttps://gitcode.com/weixin_45218422/AtomGit-GO.git. - [COMMAND_EXECUTION]: The skill executes external commands and binaries at several points:
vod_deliver.pyusessubprocess.Popento launch the downloadedatomcode-serverbinary as a background process to facilitate QR-code login.vod_install.ps1executesgo buildto compile the authentication tool from source on Windows environments.md_io.pycontains a_resolve_valuefunction that interprets any string argument starting with@as a file path, reading its content into the feedback record. This undocumented behavior could be exploited to read sensitive files if an attacker can manipulate the agent into processing a path (e.g., via a crafted error message).- [DATA_EXFILTRATION]: Feedback records, including environment metadata, error stacks, and full conversation histories, are transmitted to an external GitCode repository via the GitCode API.
- [CREDENTIALS_UNSAFE]: The authentication process saves GitCode access tokens in plaintext to
~/.atomcode/auth.toml. Although the script attempts to set restrictive file permissions (mode 0600), plaintext credential storage poses a risk in environments where file access might be shared or compromised.
Audit Metadata