google-calendar
Audited by Runlayer on Mar 10, 2026
Risky tool definition detected
Create `~/.config/agent-skills/google.yaml`: ```yaml oauth_client: client_id: your-client-id.apps.googleusercontent.com client_secret: your-client-secret ``` 2. Run `$SKILL_DIR/scripts/google-calendar.py check` to trigger OAuth flow and verify setup.
Tool passed security scan
Destructive Action
Privilege Escalation
Malicious tool definition detected
```bash $SKILL_DIR/scripts/google-calendar.py check ``` This validates: - Python dependencies are installed - Authentication is configured - Can connect to Google Calendar API - Displays your primary calendar information ## auth setup Store OAuth 2.0 client credentials for custom OAuth flow. ```bash $SKILL_DIR/scripts/google-calendar.py auth setup \ --client-id YOUR_CLIENT_ID \ --client-secret YOUR_CLIENT_SECRET ``` Credentials are saved to `~/.config/agent-skills/google-calendar.yaml`.
Passed Files (2)Click to expand
Tool passed security scan
Tool passed security scan