byted-data-search
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill scripts make network calls to Volcengine's API gateway at
volceapi.comand an internal URL specified by theARK_SKILL_API_BASEenvironment variable to retrieve data and authentication tokens. This is the intended communication channel for the data search functionality.\n- [CREDENTIALS_UNSAFE]: The skill accesses sensitive environment variables includingVOLCENGINE_ACCESS_KEY,VOLCENGINE_SECRET_KEY, andARK_SKILL_API_KEYto authenticate its requests. These are handled locally to authorize interactions with the backend services.\n- [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection. 1. Ingestion points: Query results from the remote API inscripts/query_datasource.pyandscripts/get_field_enums.py. 2. Boundary markers: No delimiters or instructional guards are used to wrap the retrieved data. 3. Capability inventory: The agent can execute local Python scripts and shell commands. 4. Sanitization: The scripts perform no validation or sanitization on the content returned from the external data source before it is output.
Audit Metadata