Back to skill

Security audit

Weather

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward China weather lookup skill that sends requested locations to Open-Meteo and shows no hidden persistence, credential access, or unrelated data collection.

Install only if you are comfortable with queried place names or precise coordinates being sent to Open-Meteo. Avoid entering highly sensitive exact locations if that privacy tradeoff is not acceptable.

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 typing import Any

GEOCODING_URL = "https://geocoding-api.open-meteo.com/v1/search"
FORECAST_URL = "https://api.open-meteo.com/v1/forecast"
USER_AGENT = "china-weather-skill/1.0 (+https://clawhub.ai/)"
CHINA_CODES = {"CN", "HK", "MO", "TW"}
Confidence
86% confidence
Finding
https://api.open-meteo.com/

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.