install-openviking-memory

Warn

Audited by Gen Agent Trust Hub on Mar 4, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: Uses sudo to install system-level build tools and dependencies (such as gcc, cmake, and make) required for compiling C++ extensions.
  • [COMMAND_EXECUTION]: Modifies the user's shell configuration file (~/.bashrc) to append a persistent command alias (openclaw-start) for service management.
  • [EXTERNAL_DOWNLOADS]: Clones source code from the vendor's official GitHub repository (volcengine/OpenViking) and installs the openviking package via pip.
  • [EXTERNAL_DOWNLOADS]: Installs the openclaw CLI tool globally using the NPM package manager, including the option to use a registry mirror.
  • [REMOTE_CODE_EXECUTION]: Executes a setup helper script from the cloned repository using npx, which facilitates interactive configuration and plugin deployment.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 4, 2026, 06:00 AM