google-calendar

Warn

Audited by Runlayer on Mar 10, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
82%
Files
5
Flagged
3
Chunks
9
Flagged Files (3)
google-calendar/SKILL.mdMEDIUM
82.2%

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.

google-calendar/scripts/google-calendar.pyMEDIUM
77.8%

Tool passed security scan

Destructive Action

Privilege Escalation

google-calendar/references/command-reference.mdMEDIUM
77.3%

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
google-calendar/references/calendar-timezones.mdOK
32.5%

Tool passed security scan

google-calendar/tile.jsonOK
5.5%

Tool passed security scan

Audit Metadata
Max File Score
82%
Classification
KNOWN_SERVER_PARTIAL_KNOWN
Files Scanned
5
Files Flagged
3
Chunks Analyzed
9
Analyzed
Mar 10, 2026, 06:40 PM
Security Audit — runlayer — google-calendar