Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security checks across malware telemetry and agentic risk
This skill appears to be a straightforward BMKG weather and seismic data monitor that fetches public government data without signs of credential access, persistence, or hidden local impact.
Install only if you are comfortable with the skill making network requests to BMKG government domains for live monitoring data. There is no evidence of hidden credential access or persistence, but permission metadata would make the network requirement clearer.
import json import xml.etree.ElementTree as ET BASE_URL = "https://data.bmkg.go.id/DataMKG/TEWS/" SHAKEMAP_BASE = "https://data.bmkg.go.id/DataMKG/TEWS/" WEATHER_API = "https://api.bmkg.go.id/publik/prakiraan-cuaca" WARNINGS_URL = "https://www.bmkg.go.id/alerts/nowcast/id"
import xml.etree.ElementTree as ET BASE_URL = "https://data.bmkg.go.id/DataMKG/TEWS/" SHAKEMAP_BASE = "https://data.bmkg.go.id/DataMKG/TEWS/" WEATHER_API = "https://api.bmkg.go.id/publik/prakiraan-cuaca" WARNINGS_URL = "https://www.bmkg.go.id/alerts/nowcast/id"
BASE_URL = "https://data.bmkg.go.id/DataMKG/TEWS/" SHAKEMAP_BASE = "https://data.bmkg.go.id/DataMKG/TEWS/" WEATHER_API = "https://api.bmkg.go.id/publik/prakiraan-cuaca" WARNINGS_URL = "https://www.bmkg.go.id/alerts/nowcast/id"
58/58 vendors flagged this skill as clean.