aliyun-dashvector-search
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
dashvectorPython package. This is the official client library for Alibaba Cloud's DashVector vector database service. - [PROMPT_INJECTION]: The similarity search functionality in
scripts/quickstart.pyandSKILL.mdexposes a SQL-likefilterparameter. This creates a surface for indirect prompt injection if user-provided strings are interpolated into the filter without sanitization. - Ingestion points: The
--filtercommand-line argument inscripts/quickstart.pyand thefilterparameter incollection.querycalls. - Boundary markers: No delimiters or specific instructions are provided to the agent to treat this input as potentially untrusted data.
- Capability inventory: The skill is capable of querying and retrieving documents from a vector database based on these filters.
- Sanitization: No sanitization or validation logic is implemented for the filter string.
Audit Metadata