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
sudoto install system-level build tools and dependencies (such asgcc,cmake, andmake) 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 theopenvikingpackage viapip. - [EXTERNAL_DOWNLOADS]: Installs the
openclawCLI 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