byted-contextsearch-operator
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages Volcano Engine resources using official SDKs and standard practices. No malicious patterns, obfuscation, or unauthorized data access were detected.
- [COMMAND_EXECUTION]: The script
scripts/control.pyusessubprocess.runto execute the internalscripts/contextsearch_cli.py. The execution uses a list of arguments andsys.executablewithoutshell=True, which is a secure method for executing internal scripts that prevents command injection. - [CREDENTIALS_UNSAFE]: The skill manages authentication securely via environment variables (
VOLCENGINE_AK,VOLCENGINE_SK,CTX_SEARCH_API_KEY). It does not contain hardcoded credentials, and theconfig.json.templatecorrectly uses placeholders. - [EXTERNAL_DOWNLOADS]: The skill interacts with official ByteDance and Volcano Engine endpoints (
volcengine.com,volces.com). These are recognized vendor resources for this skill and do not represent a security risk.
Audit Metadata