searchcli-volcengine-ai-search
Warn
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DYNAMIC_EXECUTION]: The documentation includes TypeScript examples (e.g.,
runSearchandrunRecommendationfunctions) that useexecSyncto trigger CLI commands. These examples interpolate variables such asappId,query, anduserIddirectly into a shell command string using template literals. This pattern allows for command injection if an attacker can manipulate the input parameters. - [REMOTE_CODE_EXECUTION]: The skill provides installation instructions that download and execute code from a remote GitHub repository (
github.com/volcengine/SearchCLI.git) viagit cloneandnpx skills add. This fetches external scripts and skill definitions into the execution environment.
Audit Metadata