Back to skill

Security audit

Weather Query

Security checks for vulnerabilities and agentic risk

Overview

This is a simple weather lookup skill with expected external weather-service requests and no evidence of hidden installation, persistence, credential use, or local data access.

Install appears reasonable for weather lookup. Prefer city-name queries if you do not want to share precise coordinates or rely on IP-based location, because requests go directly to external weather providers such as wttr.in and Open-Meteo.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • 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

Static analysis

No suspicious patterns detected.