qdrant
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes documentation for installing the official
qdrant-clientpackage from PyPI and pulling the official Qdrant Docker image. These references point to well-known, trusted service providers. - [COMMAND_EXECUTION]: The reference files contain various command-line examples for Docker, Helm, and Pip to assist users in setting up the Qdrant environment. All provided commands are standard practices for the software described.
- [REMOTE_CODE_EXECUTION]: The
scripts/check-updates.pyutility script performs a network request to the official PyPI API to compare the tracked version with the latest release. This is a common maintenance pattern for documentation skills and uses a well-known service. - [CREDENTIALS_UNSAFE]: Multiple files contain configuration examples with
api_keyfields. In all instances, these fields use descriptive placeholders (e.g., 'your-api-key') or refer to environment variables (e.g., '${QDRANT_API_KEY}'), which is a security best practice for credential management.
Audit Metadata