@@qpd-v/mcp-deleteA Model Context Protocol (MCP) server that provides file deletion capabilities for AI assistants. Supports both relative and absolute paths with smart path resolution, making it easy for AI assistants to safely delete files when needed.

mcp-so:mcp-delete_qpd-v

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 18, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
User-provided URL consumed by agent
L38

Detects skills where user-provided URLs are consumed and processed by the agent

accessed via a provided URL
FIX

Validate and sanitize user-provided URLs before fetching them. Implement URL allowlisting, block private/internal IP ranges, and treat fetched content as untrusted data.

FP?

Likely FP if the skill is a web browser or URL fetcher where consuming user-provided URLs is the documented core feature with appropriate sandboxing.