Back to skill

Security audit

Mars Weather AI

Security checks for vulnerabilities and agentic risk

Overview

This is a simple weather lookup skill that uses public weather APIs through curl and does not add hidden execution, persistence, or credential access.

Install if you are comfortable with the agent making user-directed curl requests to wttr.in or Open-Meteo for weather data. Do not include sensitive locations unless you are comfortable sending them to those public services.

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.