Back to skill

Security audit

China Recipe

Security checks for vulnerabilities and agentic risk

Overview

This is a simple weather lookup skill whose only meaningful behavior is querying wttr.in for user-requested city forecasts.

Reasonable to install for basic weather checks. Be aware that each lookup may send the requested city or location text to wttr.in, so avoid including sensitive personal details and use HTTPS-formatted wttr.in URLs when adapting the examples.

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.