tos-vectors
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Indirect Prompt Injection (LOW): The skill defines a RAG workflow that interpolates untrusted metadata from the vector database into agent prompts.
- Ingestion points: Metadata retrieved via
client.query_vectorsinSKILL.mdand user input insearch_vectors.py. - Boundary markers: Uses simple string headers like "Context:" and "Question:" which may be insufficient to prevent instruction override if malicious content is stored in the vector database.
- Capability inventory: Network API calls to Volcano Engine endpoints (
volces.com) and local script execution. - Sanitization: No sanitization or validation of the retrieved metadata is performed before interpolation into the prompt.
- External Downloads (SAFE): The skill requires the
tosPython SDK (specifically version2.8.8b1). This is a legitimate library for Volcano Engine (ByteDance) services and is considered a trustworthy source. - Credential Security (SAFE): Sensitive credentials such as
TOS_ACCESS_KEYandTOS_SECRET_KEYare correctly managed through environment variables rather than being hardcoded in scripts or configuration files.
Audit Metadata