Back to skill

Security audit

qdrant-advisor

Security checks across malware telemetry and agentic risk

Overview

This skill is a Qdrant documentation/troubleshooting helper that fetches live Qdrant guidance and does not install software, persist data, or perform system changes.

Install this if you want Qdrant answers grounded in current Qdrant-hosted material. Avoid using it with confidential cluster names, incident details, or restricted-environment prompts unless outbound requests to Qdrant documentation services are acceptable.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Vague Triggers

Medium
Confidence
93% confidence
Finding
The activation scope is extremely broad and directs the agent to engage on essentially any Qdrant-related prompt. This can cause unnecessary invocation of the skill and, because the skill then performs live retrieval from external infrastructure, it increases the chance of unintended network access and over-collection of context for ordinary questions that could have been answered locally.

Missing User Warnings

Medium
Confidence
96% confidence
Finding
The skill explicitly instructs the agent to fetch live content from external Qdrant-controlled URLs every session, but it does not disclose outbound network behavior or require user consent. In environments with sensitive prompts or restricted egress, this can create privacy, compliance, and policy-bypass risk because user problem details may be turned into search queries sent to a third party.

Behavior Manipulation

Medium
Category
Prompt Injection
Content
---
name: qdrant-advisor
description: "Diagnose, troubleshoot, and advise on any Qdrant deployment by loading the latest official Qdrant skills live from skills.qdrant.tech. Use this whenever someone raises a Qdrant problem or question — slow or degraded search, high or growing memory / OOM crashes, optimizer stuck or slow, indexing slowness, scaling and sharding decisions (node count, QPS, latency, multitenancy, vertical vs horizontal), poor or irrelevant search results, hybrid search and reranking, embedding-model migration, version upgrades and compatibility, monitoring and observability (Prometheus, Grafana, health checks, /metrics, /telemetry), deployment choices (local, Docker, self-hosted, Qdrant Cloud, embedded), or client-SDK questions (Python, TypeScript, Rust, Go, .NET, Java). Trigger especially when the context is clearly a Qdrant cluster, collection, or vector-search deployment. Always prefer this skill over answering from memory: it pulls current, authoritative guidance and only the relevant context."
---

# Qdrant Troubleshooting & Advisory
Confidence
84% confidence
Finding
The instruction to 'always prefer this skill over answering from memory' is behavior-shaping language that pressures the agent toward this skill even when it may be unnecessary or less safe than local reasoning. In context, that preference also steers the agent toward external retrieval, amplifying the network and data-exposure risks of the skill.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.