Help Center/ CodeArts Agent/ FAQs/ Data Ownership and Security
Updated on 2026-07-29 GMT+08:00

Data Ownership and Security

Who Owns the Copyright for Code Created Using CodeArts Agent, the User or Huawei?

You own the copyright for all code created with CodeArts Agent.

CodeArts Agent operates purely as a tool devoid of creativity autonomy and intention. It generates code using user inputs and pre-trained models, and the outputs strictly implement the users' instructions. Similar to traditional programming tools or IDEs, it assists developers in writing code. The code copyright still belongs to the developers.

Will CodeArts Agent Store My Code Data?

No. CodeArts Agent attaches great importance to user privacy and data security and will not store their code data.

CodeArts Agent processes code context only for the duration of the active interaction to deliver accurate code completions and development assistance. This contextual data will not be stored on servers or any other storage media, nor be disclosed to third parties for any other purposes. CodeArts Agent is designed to ensure that users maintain full ownership and control over their code data, protecting their intellectual property rights and privacy.

Will My Code Snippets Be Shared with Other Users?

No. The model uses your code context to provide completions. The data will not be stored on servers or any other storage media, nor be disclosed to third parties.

Will CodeArts Agent Read or Write to My Other Files?

CodeArts Agent prioritizes your privacy and data security. Strictly following the principle of least privilege, it will never read or write to files outside your current project directory.

  • Dotfile protection: Only non-dotfiles can be modified. Dotfiles such as .env and .gitignore are protected and cannot be modified.
  • File write scope: By default, it is strictly limited to the current project directory.
  • File read scope: File read operations are strictly limited to content within the current project directory.