google-calendar
Medium · 73 Score: 73/100
by AdrianMiller99 | Audited: 2026-02-05T09:18:25.242Z | Ruleset: 0.1.0
About This Skill
Interact with Google Calendar via the Google Calendar API – list upcoming events, create new events, update or delete them. Use this skill when you need programmatic access to your calendar from Open…
✨ Event creation
✨ Schedule management
✨ Recurring events
✨ Availability checking
Use Cases
1 Schedule meetings
2 Set reminders
3 Manage appointments
Security Audit
Medium · 73
Summary
Interact with Google Calendar via the Google Calendar API – list upcoming events, create new events, update or delete them. Use this skill when you need programmatic access to your calendar from OpenClaw.
Risk Profile
Key Risks 0 items
No LLM risk bullets (LLM disabled or not cached).
Deterministic Findings (Evidence)
| Rule | Severity | File | Snippet |
|---|---|---|---|
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/google_calendar.py Line 2 | import os, sys, json, urllib.request, urllib.parse, argparse |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/google_calendar.py Line 23 | req = urllib.request.Request(url, data=data, method=method) |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/google_calendar.py Line 29 | with urllib.request.urlopen(req) as resp: |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/refresh_token.py Line 2 | import os, sys, json, urllib.request, urllib.parse |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/refresh_token.py Line 17 | req = urllib.request.Request('https://oauth2.googleapis.com/token', data=data, method='POST') |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/refresh_token.py Line 20 | with urllib.request.urlopen(req) as resp: |