milvus
Enables operations on Milvus vector databases using pymilvus SDK for Python, facilitating vector management and similarity searches.
Install this skill
or
95/100
Security score
The milvus skill was audited on Mar 19, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 14
External URL reference
SourceSKILL.md
| 14 | Operate [Milvus](https://milvus.io/) vector databases directly through Python code using the `pymilvus` SDK. Covers the full lifecycle — connecting, schema design, collection management, vector CRUD, |
low line 56
External URL reference
SourceSKILL.md
| 56 | client = MilvusClient(uri="http://localhost:19530", token="root:Milvus") |
low line 60
External URL reference
SourceSKILL.md
| 60 | uri="https://in03-xxxx.api.gcp-us-west1.zillizcloud.com:19530", |
low line 69
External URL reference
SourceSKILL.md
| 69 | | `uri` | str | `"./file.db"` for Milvus Lite, `"http://host:19530"` for server | |
low line 81
External URL reference
SourceSKILL.md
| 81 | async with AsyncMilvusClient(uri="http://localhost:19530") as client: |
Scanned on Mar 19, 2026
View Security DashboardInstall this skill with one command
/learn @lumina2025/milvus