Tmp.StUjLuCvPL

WarnAudited by ClawScan on May 14, 2026.

Overview

The skill is purpose-aligned for Google Calendar/Meet, but it asks users to run an unreviewed, unpinned MCP package with authenticated Google account access and high-impact calendar/meeting controls.

Install only if you trust the external npm package and have reviewed its Google permissions. Use a least-privilege Google account where possible, and require explicit confirmation before deleting events, responding to invitations, or ending Meet conferences.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The code that handles the user's Google Calendar and Meet access would be downloaded and run from outside the reviewed skill artifacts.

Why it was flagged

The skill instructs users to run an npm package by name through npx without pinning a version, while the provided artifact set contains no package code to review.

Skill content
"command": "npx", "args": ["-y", "gogcli-mcp-calendar"]
Recommendation

Install only if you trust the npm package and publisher; prefer a pinned version and review the package source before giving it account access.

What this means

The MCP server may use the user's existing Google account session to read or change calendar and meeting data.

Why it was flagged

The skill relies on an already-authenticated Google CLI account, but the registry metadata declares no primary credential, required environment variables, or config paths.

Skill content
- [gogcli](https://github.com/steipete/gogcli) installed and authenticated
Recommendation

Use a dedicated Google account or least-privilege OAuth setup if possible, and confirm exactly which Google scopes `gogcli` and this MCP package can use.

What this means

An agent using this skill could alter or delete calendar data, respond to invitations, or end meetings if invoked incorrectly.

Why it was flagged

The advertised tools include destructive and privacy-sensitive actions, but the skill does not document confirmation requirements, calendar/account scoping, or safeguards for high-impact operations.

Skill content
creating/updating/deleting events, responding to invitations, creating Meet spaces, ending conferences, listing meeting participants or call history
Recommendation

Require explicit user confirmation for deletes, updates, invitation responses, and ending conferences; verify the target calendar, event, or Meet space before action.

What this means

Meeting attendance and call history may be surfaced to the agent when using the skill.

Why it was flagged

The MCP server exposes meeting history and participant data to the agent workflow; this is relevant to the skill's purpose but privacy-sensitive.

Skill content
`gog_meet_history` | List past calls in a space | ... `gog_meet_participants` | List call participants |
Recommendation

Use the skill only in trusted chats and avoid asking it to access meeting history unless necessary.