Back to skill

Security audit

daily-info

Security checks across malware telemetry and agentic risk

Overview

This weather/date skill is mostly coherent, but it tells agents to place user-provided city names into shell curl commands without any sanitization guidance.

Review before installing. The skill is not clearly malicious, but it should be tightened to URL-encode or validate city names and avoid direct shell interpolation of user-provided text. Install only if you are comfortable with weather/search services receiving the queried location.

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
**Open-Meteo(程序化获取)**:
需要先获取城市坐标,然后查询:
```bash
curl -s "https://api.open-meteo.com/v1/forecast?latitude=30.6&longitude=114.3¤t_weather=true&hourly=relativehumidity_2m,apparent_temperature,uv_index&timezone=Asia/Shanghai"
```

### 天气详情项
Confidence
89% confidence
Finding
https://api.open-meteo.com/

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal