Back to skill

Security audit

cloudflare-drop

Security checks across malware telemetry and agentic risk

Overview

This skill does what it says: it deploys a user-selected static site to Cloudflare and keeps the claim URL in a private local file.

Install only if you intend to deploy files to Cloudflare. Before running it, review the static directory contents carefully because all regular files under that directory can be embedded in the public Worker preview; keep the claim URL file private.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

External Transmission

Medium
Category
Data Exfiltration
Content
} from "node:fs";
import { extname, join } from "node:path";

const API_BASE = "https://api.cloudflare.com/client/v4";
const MAX_FILES = 1_000;
const MAX_WORKER_SCRIPT_BYTES = 2 * 1024 * 1024;
Confidence
50% confidence
Finding
https://api.cloudflare.com/

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.